mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* feat: add tuwunel template for matrix * fix: replace HTML placeholder with actual SVG logo for tuwunel * fix: remove enforcement and rename logo
16 lines
281 B
TOML
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}"
|