10 行
390 B
TOML
10 行
390 B
TOML
name = "websafe"
|
|
display_name = "Websafe"
|
|
host = "websafe.hao.local"
|
|
upstream_host = "127.0.0.1"
|
|
upstream_port = 8734
|
|
build_cmd = "python3 scripts/intel/main.py render && python3 scripts/intel/main.py validate && python3 scripts/lab/main.py validate"
|
|
start_cmd = "python3 scripts/lab/main.py serve-dashboard --port 8734"
|
|
healthcheck_path = "/index.html"
|
|
runtime = "python-static-dashboard"
|