Implemented role System Maintenance Service Freezer

This commit is contained in:
2023-12-13 19:02:07 +01:00
parent 1aa0aabee2
commit f03fbd7c07
8 changed files with 138 additions and 0 deletions

View File

@@ -67,6 +67,17 @@ version_mailu: "2.0"
version_akaunting: "latest"
version_mastodon: "latest"
# Services which modify the system:
system_maintenance_services:
- "backup-docker-to-local"
- "backup-remote-to-local"
- "backup-data-to-usb"
- "cleanup-backups"
- "cleanup-disc-space"
- "cleanup-failed-docker-backups"
- "heal-docker"
- "update-docker"
# Routings
redirect_domain_mappings:
- { source: "nextcloud.{{top_domain}}", target: "cloud.{{top_domain}}" }