init
This commit is contained in:
23
tasks.json
Normal file
23
tasks.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user