auto: sync 2026-05-28

This commit is contained in:
2026-05-28 03:15:01 +02:00
parent 692d0aa13f
commit 0e406069f1
4 changed files with 54 additions and 11 deletions
+21 -5
View File
@@ -1,5 +1,5 @@
{
"modno": 12,
"modno": 14,
"version": 4,
"instance": "nuclide.systems",
"repos": [
@@ -59,17 +59,17 @@
"/mnt/pve/unas/backup/home-assistant",
"/mnt/pve/unas/backup/immich",
"/mnt/pve/unas/backup/nextcloud",
"/mnt/pve/unas/services/arcane",
"/mnt/pve/unas/services/arr-stack",
"/mnt/pve/unas/services/coder",
"/mnt/pve/unas/services/gitea",
"/mnt/pve/unas/services/gluetun",
"/mnt/pve/unas/services/karakeep",
"/mnt/pve/unas/services/memos",
"/mnt/pve/unas/services/n8n",
"/mnt/pve/unas/services/nextcloud",
"/mnt/pve/unas/services/pocketid-backup",
"/mnt/pve/unas/services/traccar"
"/mnt/pve/unas/services/traccar",
"/mnt/pve/unas/services/vaultwarden",
"/mnt/pve/unas/services/shared-db-garage",
"/mnt/pve/unas/media/documents/public/paperless-ngx"
],
"schedule": {
"cron": "0 1 * * 1,2,3,4,5",
@@ -91,6 +91,22 @@
"actionCommand": {
"command": "bash /opt/backrest/scripts/pocketid-prestage.sh"
}
},
{
"conditions": [
"CONDITION_SNAPSHOT_START"
],
"actionCommand": {
"command": "bash /opt/backrest/scripts/garage-prestage.sh"
}
},
{
"conditions": [
"CONDITION_SNAPSHOT_START"
],
"actionCommand": {
"command": "bash /opt/backrest/scripts/n8n-prestage.sh"
}
}
]
},