Move deprecated services to attic

This commit is contained in:
Alex Palaistras 2022-09-22 18:25:14 +01:00
parent 95997af3b6
commit 3bb5d70100
20 changed files with 4 additions and 23 deletions

View File

@ -9,7 +9,6 @@ ignition:
- local: service/mariadb/spec.ign
- local: service/nginx/spec.ign
- local: service/letsencrypt/spec.ign
- local: service/git/spec.ign
- local: service/dovecot/spec.ign
- local: service/postfix/spec.ign
- local: service/rspamd/spec.ign
@ -19,7 +18,6 @@ ignition:
- local: service/spectrum/spec.ign
- local: service/rss2email/spec.ign
- local: service/navidrome/spec.ign
- local: service/writefreely/spec.ign
- local: service/coturn/spec.ign
- local: service/rclone/spec.ign
- local: service/hugo/spec.ign
@ -79,16 +77,6 @@ systemd:
- name: nginx-proxy-http@php.localhost.service
enabled: true
- name: nginx-serve-volume@git-serve.service
enabled: true
- name: nginx-proxy-http@git.localhost.service
enabled: true
dropins:
- name: git-volume-upstream.conf
contents: |
[Service]
Environment=UPSTREAM_HOST=nginx-serve-volume-git-serve UPSTREAM_PORT=8080
- name: nginx-proxy-http@chat.localhost.service
enabled: true
dropins:
@ -113,14 +101,6 @@ systemd:
[Service]
Environment=UPSTREAM_HOST=navidrome UPSTREAM_PORT=4533
- name: nginx-proxy-http@writefreely.localhost.service
enabled: true
dropins:
- name: writefreely-upstream.conf
contents: |
[Service]
Environment=UPSTREAM_HOST=writefreely UPSTREAM_PORT=8080
- name: nginx-proxy-http@metrics.localhost.service
enabled: true
dropins:

View File

@ -45,9 +45,6 @@ RCLONE_REMOTE_PATH=/data/rclone
RCLONE_CRYPT_PASSWORD=3NYQAySloaAVy4CxtVkAset0mz9KDlhT
RCLONE_CRYPT_SALT=jqsQXp_MPwBPIzw69TkmSp7ScuA
# Configuration for WriteFreely.
WRITEFREELY_SITE_HOST=https://writefreely.localhost
# Configuration for Gitea.
GITEA_APP_NAME="Gitea: Git with a cup of tea"
GITEA_DOMAIN=gitea.localhost

4
service/attic/README.md Normal file
View File

@ -0,0 +1,4 @@
# Retired Services
Services that are no longer used or maintained are "promoted" into this directory, for future use
and reference. These may be outdated or broken in subtle ways — caveat emptor.