fix(qbittorrent): #35 change healthcheck endpoint to fix web UI crash
This commit is contained in:
parent
111bf371dc
commit
850db72f92
@ -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
|
172.17.0.0/16
|
||||||
```
|
```
|
||||||
|
|
||||||
Please enable `Bypass authentication for clients on localhost` as well to make qBittorrent's healthcheck work as well.
|
|
||||||
|
|
||||||
## Jellyfin
|
## Jellyfin
|
||||||
|
|
||||||
To enable [hardware transcoding](https://jellyfin.org/docs/general/administration/hardware-acceleration/),
|
To enable [hardware transcoding](https://jellyfin.org/docs/general/administration/hardware-acceleration/),
|
||||||
|
@ -239,7 +239,7 @@ services:
|
|||||||
- ${DOWNLOAD_ROOT}:/data/torrents
|
- ${DOWNLOAD_ROOT}:/data/torrents
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
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
|
interval: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
network_mode: "service:vpn"
|
network_mode: "service:vpn"
|
||||||
|
Loading…
Reference in New Issue
Block a user