mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
* feat: added one time secret template * fix: updated meta.json and added svg * chore: remove hardcoded variables
16 lines
304 B
TOML
16 lines
304 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
secret = "${password:30}"
|
|
redis_password = "${password:30}"
|
|
|
|
[[config.domains]]
|
|
serviceName = "onetimesecret"
|
|
port = 3000
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
COLONEL="admin@example.com"
|
|
HOST="${main_domain}"
|
|
REDIS_PASSWORD = "${redis_password}"
|
|
SECRET="${secret}"
|