Update to 14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls117

This commit is contained in:
alexbelgium
2021-02-22 08:43:07 +01:00
parent 750fe30a94
commit e94adaa5be
3 changed files with 31 additions and 25 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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,