Files
templates/blueprints/sftpgo/template.toml
Rohit Mulani 7faf814ec7 feat: add SFTPGo template (#951)
* feat: add SFTPGo template

* fix: use Dokploy port syntax for SFTPGo

* chore: pin sftpgo template version

---------

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

12 lines
148 B
TOML

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