Files
templates/blueprints/hedgedoc/template.toml
autonomousventurelab-jpg d1cc00391e feat: add HedgeDoc template (#893)
Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
2026-07-07 15:44:23 -06:00

17 lines
386 B
TOML

[variables]
main_domain = "${domain}"
database_password = "${password:32}"
[config]
[[config.domains]]
serviceName = "hedgedoc"
port = 3000
host = "${main_domain}"
[config.env]
POSTGRES_PASSWORD = "${database_password}"
CMD_DB_URL = "postgres://hedgedoc:${database_password}@database:5432/hedgedoc"
CMD_DOMAIN = "${main_domain}"
CMD_PROTOCOL_USESSL = "true"
CMD_URL_ADDPORT = "false"