Update für Persistenz

This commit is contained in:
2025-10-07 20:02:33 +02:00
parent 9f4c081e06
commit b0af9c1444
2 changed files with 85 additions and 11 deletions

View File

@@ -3,21 +3,19 @@
"username": "admin",
"password": "change-me",
"scripts_dir": "C:\\scripts",
"csrf_secret": "ersetzenMitEigenemSecret",
"tasks": [
{
"name": "Nacht-Backup",
"path": "C:\\scripts\\backup.ps1",
"interval": "24h",
"enabled": true,
"timeout": "2h"
},
{
"name": "IIS-Log-Rotation",
"path": "C:\\scripts\\rotate.ps1",
"interval": "0",
"enabled": false,
"interval": "5m",
"timeout": "30m"
}
]
}
],
"csrf_secret": "ersetzenMitEigenemSecret"
}