This commit is contained in:
2025-10-07 19:31:41 +02:00
parent 3e99adaa15
commit 9f4c081e06
6 changed files with 785 additions and 1 deletions

23
tasks.json Normal file
View File

@@ -0,0 +1,23 @@
{
"listen": "127.0.0.1:8080",
"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,
"timeout": "30m"
}
]
}