binhex / arch-qbittorrentvpn

Docker build script for Arch Linux base with qBittorrent, Privoxy and OpenVPN
GNU General Public License v3.0
445 stars 47 forks source link

Install on Zimacube #258

Open sameep22 opened 2 months ago

sameep22 commented 2 months ago

Hi,

Thank you for this awesome project. I have been using this, without any issues on my Linux server, and I recently got myself a zimacube. I am trying to install the container, but I seem to fail. Here is the configuration I use.

name: ********
services:
  main_app:
    cpu_shares: 10
    command:
      - --sysctl=net.ipv4.conf.all.src_valid_mark=1
    container_name: qbittor-vpn
    deploy:
      resources:
        limits:
          memory: 15739M
    environment:
      - DEBUG=false
      - ENABLE_PRIVOXY=no
      - LAN_NETWORK=192.168.1.0/24
      - NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1
      - PGID=1000
      - PUID=1000
      - STRICT_PORT_FORWARD=yes
      - UMASK=000
      - VPN_CLIENT=wireguard
      - VPN_ENABLED=yes
      - VPN_PASS=*************
      - VPN_PROV=pia
      - VPN_USER=**********
      - WEBUI_PORT=8080
    image: binhex/arch-qbittorrentvpn:latest
    labels:
      icon: https://icon.casaos.io/main/all/arch-qbittorrentvpn.png
    ports:
      - target: 58946
        published: "58946"
        protocol: ""
      - target: 8080
        published: "8090"
        protocol: tcp
      - target: 8118
        published: "8118"
        protocol: tcp
      - target: 9118
        published: "9118"
        protocol: tcp
    privileged: true
    restart: unless-stopped
    volumes:
      - type: bind
        source: /etc/localtime
        target: /etc/localtime:ro
      - type: bind
        source: /DATA/AppData/qbittor-vpn/config
        target: /config
      - type: bind
        source: /DATA/Media
        target: /data
      - type: bind
        source: /DATA/Downloads
        target: /data/downloads
    devices: []
    cap_add: []
    network_mode: bridge
x-casaos:
  author: self
  category: self
  hostname: ""
  icon: https://icon.casaos.io/main/all/arch-qbittorrentvpn.png
  index: /
  is_uncontrolled: false
  port_map: "8090"
  scheme: http
  store_app_id: *********
  title:
    custom: qBittorrent

Could anyone tell me what I did wrong ?

I tried looking up the issue, though I wasn't able to find anything similar.

binhex commented 2 months ago

I will need to see a log to help further, please see the following link:- https://github.com/binhex/documentation/blob/master/docker/faq/help.md#other-users