diff --git a/qbittorrent/CHANGELOG.md b/qbittorrent/CHANGELOG.md index 9640afda6..817978a0a 100644 --- a/qbittorrent/CHANGELOG.md +++ b/qbittorrent/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls117 +- Update to latest version from linuxserver/docker-qbittorrent ## 14.3.3-ls116-rev2 - Try a shorter name to allow update showing in supervisor diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 3688087d8..f3d0a6ea7 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116" +ARG BUILD_UPSTREAM="14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls117" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Copy root filesystem diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 91e6df98a..cb0b2f978 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -1,40 +1,43 @@ { "name": "Qbittorrent", - "version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116-rev2", - "upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116", + "version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls117", + "upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls117", "slug": "qbittorrent", - "description": "qBittorrent is a bittorrent client", + "description": "qBittorrent is a bittorrent client", "url": "https://github.com/alexbelgium/hassio-addons", - "arch": [ + "arch": [ "aarch64", "amd64", "armv7", "armhf" ], - "ports": { - "8080/tcp": 8081, - "6881/tcp": 6881, - "6881/udp": 6881 - }, - "ports_description": { - "8080/tcp": "Web UI port", - "6881/tcp": "Peer port", - "6881/udp": "Peer port" - }, - "map":[ - "media:rw", - "config:rw", - "share:rw", - "ssl" + "ports": { + "8080/tcp": 8081, + "6881/tcp": 6881, + "6881/udp": 6881 + }, + "ports_description": { + "8080/tcp": "Web UI port", + "6881/tcp": "Peer port", + "6881/udp": "Peer port" + }, + "map": [ + "media:rw", + "config:rw", + "share:rw", + "ssl" ], "apparmor": true, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "webui": "http://[HOST]:[PORT:8080]", - "boot": "auto", + "boot": "auto", "environment": { - "WEBUI_PORT": "8080", - "PUID": "0", - "PGID": "0" + "WEBUI_PORT": "8080", + "PUID": "0", + "PGID": "0" }, "options": { "ssl": false,