Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Connect to the qBittorrent WebUI on a headless server? #123

Open
sugo512 opened this issue Apr 13, 2022 · 1 comment
Open

Connect to the qBittorrent WebUI on a headless server? #123

sugo512 opened this issue Apr 13, 2022 · 1 comment

Comments

@sugo512
Copy link

sugo512 commented Apr 13, 2022

My Docker server is headless. I can get to the Portainer interface, but can't get to qBittorrent on 8080.

Do I need a proxy?? Not sure.

yaml:

version: "3.3"
services:
alpine-qbittorrent-openvpn:
volumes:
- /srv/qbittorrent/Downloads:/downloads
- /srv/qbittorrent/Config:/config
- /etc/localtime:/etc/localtime:ro
environment:
- OPENVPN_PROVIDER=PIA
- OPENVPN_CONFIG=ca_vancouver
- OPENVPN_USERNAME=xxxx
- OPENVPN_PASSWORD=xxxx
- PUID=1004
- PGID=100
- LAN=192.168.1.0/16
ports:
- "8080:8080"
cap_add:
- NET_ADMIN
image: guillaumedsde/alpine-qbittorrent-openvpn:latest

@mortiis
Copy link

mortiis commented Aug 2, 2022

Check the logs of the container in Portainer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants