Files
templates/blueprints/silverbullet/template.toml
2025-09-01 23:19:59 -06:00

17 lines
270 B
TOML

[variables]
main_domain = "${domain}"
sb_user = "admin:${password:16}"
[config]
[[config.domains]]
serviceName = "silverbullet"
port = 3000
host = "${main_domain}"
[config.env]
SB_USER = "${sb_user}"
[[config.mounts]]
name = "silverbullet-space"
mountPath = "/space"