Files
templates/blueprints/syncthing/template.toml
Louan Fontenele 8b579fbb60 feat: add Syncthing Template (#636)
* Adiciona template do Syncthing com arquivos de configuração e ícone

* Remove versão do Docker Compose do template do Syncthing
2026-01-05 22:49:26 -06:00

10 lines
160 B
TOML

[variables]
main_domain = "${domain}"
timezone = "America/Sao_Paulo"
[config]
[[config.domains]]
serviceName = "syncthing"
port = 8384
host = "${main_domain}"