use native qbittorrent

This commit is contained in:
2024-11-13 10:04:33 -05:00
parent eeb4dfae7a
commit 2c245e1425
4 changed files with 65 additions and 48 deletions

View File

@@ -12,7 +12,7 @@
tls ${service_configs.https.certs}/cert.crt ${service_configs.https.certs}/cert.key
handle_path /torrent* {
reverse_proxy 127.0.0.1:${builtins.toString service_configs.ports.torrent}
reverse_proxy 192.168.15.1:${builtins.toString service_configs.ports.torrent}
}
root * ${service_configs.https.data_dir}