Using network_mode with gluetun and traefik results in 401 Unauthorized #22393
Unanswered
the-bort-the
asked this question in
Q&A
Replies: 1 comment
-
I even went ahead and added a basic auth label + secret, but that didn't work either. I get the prompt for basic auth to complete, but still results in the same
logs:
|
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Has anyone been able to get qbittorrent working with Traefik labels to enable a reverse proxy? I'm using qbittorrent with gluetun as well.
Currently using traefik:v3.2.3 with success on multiple compose.yml stacks. This is accomplished by putting the traefik_network network on each service across all the compose.yml files. Now I wanted to apply this to a compose stack that uses gluetun, with qbittorrent and nzbget using
network_mode: "service:gluetun"
. I managed to get the labels added to the gluetun service and defined for each additional service below.The below labels work for nzbget, but not with qbittorrent. I'm using qbittorrent version
Linuxserver.io version: 5.0.2-r0-ls367
.After applying the labels, now when I browse to the url, I immediately get a
401 Unauthorized
. I noticed in the traefik logs something related to a username"ClientUsername":"-"
. There aren't any concerning logs from the qbittorrent side of things. Below is snippet of labelsI can still get to the UI and login via local IP+port and my normal username password is working just fine.
logs:
Beta Was this translation helpful? Give feedback.
All reactions