mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02: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
|
## 14.3.3-ls116-rev2
|
||||||
|
|
||||||
- Try a shorter name to allow update showing in supervisor
|
- Try a shorter name to allow update showing in supervisor
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
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}
|
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
|
|||||||
@@ -1,40 +1,43 @@
|
|||||||
{
|
{
|
||||||
"name": "Qbittorrent",
|
"name": "Qbittorrent",
|
||||||
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116-rev2",
|
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls117",
|
||||||
"upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116",
|
"upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls117",
|
||||||
"slug": "qbittorrent",
|
"slug": "qbittorrent",
|
||||||
"description": "qBittorrent is a bittorrent client",
|
"description": "qBittorrent is a bittorrent client",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64",
|
"amd64",
|
||||||
"armv7",
|
"armv7",
|
||||||
"armhf"
|
"armhf"
|
||||||
],
|
],
|
||||||
"ports": {
|
"ports": {
|
||||||
"8080/tcp": 8081,
|
"8080/tcp": 8081,
|
||||||
"6881/tcp": 6881,
|
"6881/tcp": 6881,
|
||||||
"6881/udp": 6881
|
"6881/udp": 6881
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "Web UI port",
|
"8080/tcp": "Web UI port",
|
||||||
"6881/tcp": "Peer port",
|
"6881/tcp": "Peer port",
|
||||||
"6881/udp": "Peer port"
|
"6881/udp": "Peer port"
|
||||||
},
|
},
|
||||||
"map":[
|
"map": [
|
||||||
"media:rw",
|
"media:rw",
|
||||||
"config:rw",
|
"config:rw",
|
||||||
"share:rw",
|
"share:rw",
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"webui": "http://[HOST]:[PORT:8080]",
|
"webui": "http://[HOST]:[PORT:8080]",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"environment": {
|
"environment": {
|
||||||
"WEBUI_PORT": "8080",
|
"WEBUI_PORT": "8080",
|
||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"ssl": false,
|
"ssl": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user