manual-connections icon indicating copy to clipboard operation
manual-connections copied to clipboard

Enhancement/Feature request: qBittorrent support

Open jonskoglund opened this issue 4 years ago • 2 comments

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

jonskoglund avatar Jul 24 '21 21:07 jonskoglund

Hopefully my fork can be of use, it's been working problem-free for 6 months. Differences from upstream:

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

Roman2K avatar Jul 25 '21 03:07 Roman2K

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.

TobiasS1402 avatar Dec 08 '21 14:12 TobiasS1402