Skip to content

qBittorrent

qBittorent is used to download torrents.

🛠 Installation

Default Port: 8090

Username: admin

Password: changeme

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/qbittorrent.sh)"
bash -c "$(wget -qLO - https://github.com/asylumexp/Proxmox/raw/main/ct/qbittorrent.sh)"

âš™ Config

Make symlinks to repo.

Traefik

homelab/pve/traefik/conf.d/qbittorrent.yaml
---
http:
 #region routers 
  routers:
    qbittorrent:
      entryPoints:
        - "websecure"
      rule: "Host(`qbittorrent.l.nicholaswilde.io`)"
      middlewares:
        - default-headers@file
        - https-redirectscheme@file
      tls: {}
      service: qbittorrent

#endregion
#region services
  services:
    qbittorrent:
      loadBalancer:
        servers:
          - url: "http://192.168.2.57:8090"
        passHostHeader: true
#endregion

🔗 References