mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 19:04:05 +02:00
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:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user