OMV6 qbittorrentvpn

  • Hello! I'm trying to install via docker qbittorrentvpn container. But it's not works at all. For example, a simple qbittorrent with similar folders(i mean folders for downloads and config) work's fine

    What can be wrong here?

    Here the container itself:

    version: "2"

    services:

    qbittorrentvpn:

    image: markusmcnugen/qbittorrentvpn

    container_name: qbittorrent-vpn

    privileged: true

    environment:

    - VPN_USERNAME=*************

    - VPN_PASSWORD=**************

    - PUID=998 #optional

    - PGID=100 #optional

    - WEBUI_PORT=32241

    # - INCOMING_PORT_ENV=8999 #optional

    - VPN_ENABLED=yes

    - LAN_NETWORK=192.168.0.1/24

    - NAME_SERVERS=(my provider's dns),8.8.4.4

    - UMASK=002

    - TZ=Europe/Berlin


    ports:

    - 32241:32241

    # - 8999:8999

    # - 8999:8999/udp

    volumes:

    - /srv/dev-disk-by-uuid/config/vpns:/config

    - /srv/dev-disk-by-id-ata/torrents:/downloads

    restart: unless-stopped

  • log attached to this message. it's seems, like working, but can not open webgui by the indicated port at all.


    also, if it's needed - here my opvn file(before addinig credentials.conf)

    client

    dev tun

    proto udp

    remote xx-xx.xx.surfshark.com 1194 (change IP address here)

    resolv-retry infinite

    remote-random

    nobind

    tun-mtu 1500

    tun-mtu-extra 32

    mssfix 1450

    persist-key

    persist-tun

    ping 15

    ping-restart 0

    ping-timer-rem

    reneg-sec 0


    remote-cert-tls server


    auth-user-pass


    #comp-lzo

    verb 3

    pull

    fast-io

    cipher AES-256-CBC


    auth SHA512


    <ca>

    -----BEGIN CERTIFICATE-----

    MI

    -----END CERTIFICATE-----

    </ca>

    key-direction 1

    <tls-auth>

    #

    # 2048 bit OpenVPN static key

    #

    -----BEGIN OpenVPN Static key V1-----

    b02

    -----END OpenVPN Static key V1-----

    </tls-auth>

  • First thing to do is look at the container log file for hints.


    Some comments:


    PUID=998 is the OMV admin user and is not a good idea to run dockers as that user. You should have a dedicate regular user for this purpose. The user that the container runs as must have read and write permissions on the host volumes.


    WEBUI_PORT=32241 I have never been able to reliably get this image running on any port other than the default 8080. If this causes a conflict with some other application, then I suggest changing the other app to run on another port and run this image on 8080.

    --
    Google is your friend and Bob's your uncle!


    OMV AMD64 7.x on headless Chenbro NR12000 1U 1x 8m Quad Core E3-1220 3.1GHz 32GB ECC RAM.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!