Files
templates/blueprints/tuwunel/template.toml
Adrian Alfred C. Bonpin 691af5208a feat: add tuwunel template for matrix (re-made) (#733)
* feat: add tuwunel template for matrix

* fix: replace HTML placeholder with actual SVG logo for tuwunel

* fix: remove enforcement and rename logo
2026-03-05 01:41:59 -06:00

16 lines
281 B
TOML

[variables]
main_domain = "${domain}"
registration_token = "${password:32}"
[config]
env = [
"TUWUNEL_SERVER_NAME=${main_domain}",
"TUWUNEL_REGISTRATION_TOKEN=${registration_token}"
]
mounts = []
[[config.domains]]
serviceName = "tuwunel"
port = 6167
host = "${main_domain}"