Files
script-runner/tasks.json
2025-10-07 19:31:41 +02:00

24 lines
489 B
JSON

{
"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"
}
]
}