Files
templates/blueprints/code-server/template.toml
2026-05-21 15:47:04 +08:00

14 lines
209 B
TOML

[variables]
main_domain = "${domain}"
password = "${password:32}"
[config]
[[config.domains]]
serviceName = "code-server"
port = 8080
host = "${main_domain}"
[config.env]
PASSWORD = "${password}"
TZ = "UTC"