mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: add One Time Secret template (#79)
* feat: added one time secret template * fix: updated meta.json and added svg * chore: remove hardcoded variables
This commit is contained in:
15
blueprints/onetimesecret/template.toml
Normal file
15
blueprints/onetimesecret/template.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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}"
|
||||
Reference in New Issue
Block a user