39 lines
814 B
JSON
39 lines
814 B
JSON
|
{
|
||
|
"app_name": "Go Playground",
|
||
|
"config_path": "/data/configui.json",
|
||
|
"no_reconfig": true,
|
||
|
"allow_ip": "",
|
||
|
"files": [
|
||
|
{
|
||
|
"path": "main.go",
|
||
|
"name": "Main",
|
||
|
"action": "go run main.go",
|
||
|
"ro": false,
|
||
|
"lang": "",
|
||
|
"order": -1,
|
||
|
"data": ""
|
||
|
},
|
||
|
{
|
||
|
"path": "shell.sh",
|
||
|
"name": "Shell",
|
||
|
"action": "bash shell.sh",
|
||
|
"ro": false,
|
||
|
"lang": "",
|
||
|
"order": 1,
|
||
|
"data": ""
|
||
|
},
|
||
|
{
|
||
|
"path": "./configui.log",
|
||
|
"name": "log",
|
||
|
"action": "",
|
||
|
"ro": false,
|
||
|
"lang": "",
|
||
|
"order": 2,
|
||
|
"data": ""
|
||
|
}
|
||
|
],
|
||
|
"result_bellow": false,
|
||
|
"hide_config": true,
|
||
|
"log_path": "/var/log/configui.log",
|
||
|
"silent_sys_out": false
|
||
|
}
|