Files
templates/blueprints/glitchtip/template.toml
Andrew Tinekov b096c532ce feat: Update Glitchtip to version 6.1.0 (#751)
* feat(glitchtip): update to version 6.1.0

* fix(glitchtip): fix code violations
2026-07-07 17:36:25 -06:00

18 lines
307 B
TOML

[variables]
main_domain = "${domain}"
secret_key = "${base64:32}"
[config]
env = [
"DEFAULT_FROM_EMAIL=${email}",
"GLITCHTIP_DOMAIN=https://${main_domain}",
"GLITCHTIP_PORT=8000",
"SECRET_KEY=${secret_key}",
]
mounts = []
[[config.domains]]
serviceName = "web"
port = 8000
host = "${main_domain}"