Files
templates/blueprints/librespeed/template.toml
2026-07-07 13:53:26 -06:00

15 lines
231 B
TOML

[variables]
main_domain = "${domain}"
password = "${password:32}"
[config]
[[config.domains]]
serviceName = "librespeed"
port = 80
host = "${main_domain}"
[config.env]
PASSWORD = "${password}"
TZ = "UTC"
CUSTOM_RESULTS = "false"