mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Update to 14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls117
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user