OPS - PLATFORM: add Synology runtime backup workflow

This commit is contained in:
Codex
2026-05-14 14:35:51 +03:00
parent 932b9bc7ec
commit d3af184096
3 changed files with 135 additions and 0 deletions
+5
View File
@@ -22,6 +22,11 @@ rsync -av \
"${PLATFORM_REPO}/infra/synology/Caddyfile.http" \
"${NAS_ROOT}/platform/Caddyfile.http"
rsync -av \
"${PLATFORM_REPO}/infra/synology/deploy-current.sh" \
"${PLATFORM_REPO}/infra/synology/backup-current.sh" \
"${NAS_ROOT}/platform/"
rsync -av --delete \
"${PLATFORM_REPO}/infra/authentik/custom-templates/" \
"${NAS_ROOT}/authentik/custom-templates/"