Files
templates/blueprints/qbitwebui/template.toml
Firefly f8952fb79e Add qbitwebui (#675)
* Add qBittorrent Web UI template

* Fix healthcheck bug
2026-01-28 00:54:53 -06:00

17 lines
302 B
TOML

[variables]
main_domain = "${domain}"
encryption_key = "${password:32}"
[config]
[[config.domains]]
serviceName = "qbitwebui"
port = 3000
host = "${main_domain}"
path = "/"
[config.env]
ENCRYPTION_KEY = "${encryption_key}"
PORT = "3000"
DATABASE_PATH = "/data/qbitwebui.db"
SALT_PATH = "/data/.salt"