Skip to content

Commit

Permalink
fix(qbittorrent): #35 change healthcheck endpoint to fix web UI crash
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Nov 3, 2023
1 parent 111bf37 commit 850db72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ The web UI login page can be disabled on for the local network in Settings > Web
172.17.0.0/16
```

Please enable `Bypass authentication for clients on localhost` as well to make qBittorrent's healthcheck work as well.

## Jellyfin

To enable [hardware transcoding](https://jellyfin.org/docs/general/administration/hardware-acceleration/),
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ services:
- ${DOWNLOAD_ROOT}:/data/torrents
restart: always
healthcheck:
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:8080/api/v2/app/version" ]
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:8080" ]
interval: 5s
retries: 10
network_mode: "service:vpn"
Expand Down

0 comments on commit 850db72

Please sign in to comment.