mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* feat: add qBittorrent BitTorrent client template Add qBittorrent template with Traefik integration, SSL support, and proper port configuration for BitTorrent functionality. * feat: add qBittorrent template Add qBittorrent BitTorrent client template with Traefik integration, SSL support, and comprehensive setup documentation including default login credentials and first-time configuration instructions. * fix: apply Dokploy template best practices Update qBittorrent template to follow official guidelines: - Remove dokploy-network references - Fix port mapping format - Ensure service name consistency Resolves maintainer feedback on template standards. * fix: remove manual Traefik config, use Dokploy auto-SSL
12 lines
153 B
TOML
12 lines
153 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = []
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "qbittorrent"
|
|
port = 8080
|
|
host = "${main_domain}"
|