Files
templates/blueprints/filegator/template.toml
Rohit Mulani 47f92da9a2 feat: add FileGator template (#953)
* feat: add FileGator template

* chore: pin filegator template version

---------

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

12 lines
151 B
TOML

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