Enhancement/Feature request: qBittorrent support
Thank you very much for sharing your code. I managed to get it running with very little changes to the code. I'm running this on TrueNAS-12.0-U4. Currently your fork only supports Transmission. Is there any change that you will be supporting qBittorrent? For now I will be using Transmission Remote GUI but the UI of qBittorrent is more feature complete than transmission. Supporting that package would be very very nice. @Roman2K did something with qBT callback. Maybe that can help? See here: https://github.com/Roman2K/docker-pia
Hopefully my fork can be of use, it's been working problem-free for 6 months. Differences from upstream:
- List: this section of the README
- Code: diff
docker-compose:
vpn:
image: pia
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun:/dev/net/tun
networks:
- caddy
environment:
PIA_USER: secret
PIA_PASS: secret
PIA_ON_PF_EXEC: ./on-pf-up-qbt
ON_PF_QBT_LOGIN: secret
ON_PF_QBT_PASSWORD: secret
ON_PF_QBT_URL: "https://secret:[email protected]"
labels:
# Caddy routes generated with https://github.com/Roman2K/hostmap
hostmap.as.qbt.enable: true
hostmap.as.qbt.port: 8080
hostmap.as.qbt.users: roman
Thank you very much for sharing your code. I managed to get it running with very little changes to the code. I'm running this on TrueNAS-12.0-U4. Currently your fork only supports Transmission. Is there any change that you will be supporting qBittorrent? For now I will be using Transmission Remote GUI but the UI of qBittorrent is more feature complete than transmission. Supporting that package would be very very nice. @Roman2K did something with qBT callback. Maybe that can help? See here: https://github.com/Roman2K/docker-pia
https://github.com/TobiasS1402/manual-connections-qbittorrent i have been working on a fork of this repo for TrueNas jails with qbittorrent, it is working for me now. You can take a look at my changes.