From 3c579ee98e16010facf69d734da0625ef1f2baa4 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Fri, 6 Jun 2025 10:38:46 +0200 Subject: [PATCH] Update config.yml --- config.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/config.yml b/config.yml index 4480c40..738079b 100644 --- a/config.yml +++ b/config.yml @@ -10,7 +10,7 @@ defaults: - key: APPDATA_PATH value: '/mnt/user/appdata' - key: REPOSITORIES - value: 'directus forgejo hedgedoc media paperless godash synapse traefik vaultwarden rallly freshrss' + value: 'forgejo hedgedoc media paperless godash synapse traefik vaultwarden freshrss' jobs: - name: Cleanup @@ -26,12 +26,6 @@ jobs: cron: '0 4 * * 0' commands: - command: for repo in ${REPOSITORIES}; do restic -r ${BASE_REPOSITORY}/$repo unlock; done - - name: Directus - envs: - - key: RESTIC_REPOSITORY - value: ${BASE_REPOSITORY}/directus - commands: - - command: restic backup ${APPDATA_PATH}/directus - name: Forgejo envs: - key: RESTIC_REPOSITORY @@ -85,14 +79,6 @@ jobs: value: ${BASE_REPOSITORY}/vaultwarden commands: - command: restic backup ${APPDATA_PATH}/vaultwarden - - name: Rallly - envs: - - key: RESTIC_REPOSITORY - value: ${BASE_REPOSITORY}/rallly - commands: - - command: docker exec -e PASSWORD=password rallly-db pg_dumpall --username=postgres > ${APPDATA_PATH}/rallly/.dbBackup.sql - - command: chmod 600 ${APPDATA_PATH}/rallly/.dbBackup.sql - - command: restic backup ${APPDATA_PATH}/rallly - name: Freshrss envs: - key: RESTIC_REPOSITORY