templates/blueprints/changedetection/template.toml
Mauricio Siu b0edca5d4d Add Changedetection blueprint with Docker Compose and configuration files
- Introduced Docker Compose setup for Changedetection service, including volume configuration.
- Added logo for Changedetection.
- Created template.toml for Changedetection with default variables for configuration.
2025-03-30 20:28:17 -06:00

8 lines
135 B
TOML

[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "changedetection"
port = 5000
host = "${main_domain}"