You've already forked docker-script-server
All checks were successful
build docker image / docker-build (push) Successful in 47s
10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"title": "Script Server",
|
|
"access": {
|
|
"admin_users": [ "*" ]
|
|
},
|
|
"logging": {
|
|
"execution_file": "$DATE-$ID.log",
|
|
"execution_date_format": "%y-%m-%d_%H-%M"
|
|
}
|
|
} |