Files
templates/blueprints/pocket-id/template.toml
nst e645ecd2dd Update PocketID (#341)
* Up PocketID version in template

so PocketID now 1.10, but template pined to 0.36, and i bump it to v1 (which is latest 1.*)

* allign template

* allign template port

* allign meta

* allign meta prettier

* no need in ports, its not secure
2025-09-13 22:25:49 -06:00

16 lines
264 B
TOML

[variables]
main_domain = "${domain}"
[config]
mounts = []
[[config.domains]]
serviceName = "pocket-id"
port = 1411
host = "${main_domain}"
[config.env]
ENCRYPTION_KEY = "CHANGEME: openssl rand -base64 32"
APP_URL = "http://${main_domain}"
TRUST_PROXY = "true"