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:
Khiet Tam Nguyen
2025-04-18 06:39:04 +10:00
committed by GitHub
parent 7fc3f85015
commit e739285eaa
4 changed files with 84 additions and 0 deletions

View 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}"