Files
templates/blueprints/trilium-next/template.toml
José F. Bello 178e11d2fb Add/trilium next (#671)
* feat/add trilium next template

* fix: test verify to pr

* fix: fix validation error in docker-compose

* fix: static version to trilium image

---------

Co-authored-by: jbello <jbello@raodsystem.com>
2026-02-15 20:46:11 -06:00

14 lines
179 B
TOML
Executable File

[variables]
main_domain = "${domain}"
[config]
env = [
"TRILIUM_DATA_DIR=/root"
]
mount = []
[[config.domains]]
serviceName = "trilium_next"
port = 8080
host = "${main_domain}"