Merge pull request #2691 from alexbelgium/copilot/fix-qbittorrent-addon-error

qbittorrent: fix s6-applyuidgid fatal error — qbittorrent-nox path moved by LSIO

Fixes https://github.com/alexbelgium/hassio-addons/issues/2689 https://github.com/alexbelgium/hassio-addons/issues/2690
This commit is contained in:
Alexandre
2026-05-10 05:15:26 +03:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
## 5.2.0-1 (2026-05-10)
- Fix qbittorrent-nox path (/usr/bin → /app) after LSIO image update
## 5.2.0 (2026-05-09)
- Update to latest version from linuxserver/docker-qbittorrent (changelog : https://github.com/linuxserver/docker-qbittorrent/releases)
## 5.1.4-23 (06-04-2026)

View File

@@ -143,4 +143,4 @@ schema:
slug: qbittorrent
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "5.2.0"
version: "5.2.0-1"

View File

@@ -46,4 +46,4 @@ bashio::log.info "Starting qBittorrent..."
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost ${WEBUI_PORT}" \
s6-setuidgid abc /usr/bin/qbittorrent-nox --webui-port="${WEBUI_PORT}" > "${QB_OUTPUT}"
s6-setuidgid abc /app/qbittorrent-nox --webui-port="${WEBUI_PORT}" > "${QB_OUTPUT}"