Files
templates/blueprints/mediafetch/template.toml
Luke Dunsmore 8deb82ab52 feat: add MediaFetch template (#688)
* feat: add MediaFetch template

* Corrected .toml

* .toml
2026-03-05 01:25:57 -06:00

15 lines
266 B
TOML

[variables]
BASIC_AUTH_USER = "admin"
BASIC_AUTH_PASS = "${password:12}"
[config]
[[config.domains]]
name = "Domain"
variable = "DOMAIN"
serviceName = "mediafetch"
port = 3002
[[config.mounts]]
name = "Downloads"
filePath = "/data/downloads"
content = "mediafetch"