Files
templates/blueprints/gel/template.toml
Mauricio Siu d6bf8ac34c fix: gel HTTP endpoint + admin UI, keydb as headless DB, leantime port/env; drop matomo — superseded by #765
- gel: allow plain HTTP for the reverse proxy (GEL_SERVER_HTTP_ENDPOINT_SECURITY=optional), enable admin UI and point the domain at /ui
- keydb: remove HTTP domain and published port — pure Redis-protocol DB reachable via internal network
- leantime: image serves on 8080 (non-root nginx), add required LEAN_APP_URL and LEAN_SESSION_PASSWORD, use utf8mb4
- matomo: removed from this PR, already fixed in #765

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 03:03:58 -06:00

16 lines
286 B
TOML

[variables]
main_domain = "${domain}"
gel_password = "${password:24}"
gel_security = "strict"
[config]
[[config.domains]]
serviceName = "gel"
port = 5656
host = "${main_domain}"
path = "/ui"
[config.env]
GEL_SERVER_PASSWORD = "${gel_password}"
GEL_SERVER_SECURITY = "${gel_security}"