Files
templates/blueprints/privatebin/template.toml
Rohit Mulani f14cc64043 feat: add PrivateBin template (#947)
* feat: add PrivateBin template

* chore: pin privatebin template version

---------

Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
2026-07-07 14:03:54 -06:00

12 lines
152 B
TOML

[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "privatebin"
port = 8080
host = "${main_domain}"