mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Updater bot : qbittorrent updated to 20.04.1
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 20.04.1 (20-02-2022)
|
||||||
|
- Update to latest version from linuxserver/qbittorrent
|
||||||
- Fix custom DNS
|
- Fix custom DNS
|
||||||
- Host header validation disabled (avoids ingress issues)
|
- Host header validation disabled (avoids ingress issues)
|
||||||
- Removed openvpn_alternative_mode (please delete from config), now default
|
- Removed openvpn_alternative_mode (please delete from config), now default
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166"
|
ARG BUILD_UPSTREAM="20.04.1"
|
||||||
FROM ${BUILD_FROM}-$BUILD_UPSTREAM
|
FROM ${BUILD_FROM}-$BUILD_UPSTREAM
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"description": "qBittorrent is a bittorrent client",
|
"description": "qBittorrent is a bittorrent client",
|
||||||
"devices": [
|
"devices": [
|
||||||
"/dev/net/tun",
|
"/dev/net/tun",
|
||||||
@@ -45,7 +49,12 @@
|
|||||||
"homeassistant_api": true,
|
"homeassistant_api": true,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 8099,
|
"ingress_port": 8099,
|
||||||
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
|
"map": [
|
||||||
|
"media:rw",
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Qbittorrent",
|
"name": "Qbittorrent",
|
||||||
"options": {
|
"options": {
|
||||||
"ssl": false,
|
"ssl": false,
|
||||||
@@ -70,7 +79,11 @@
|
|||||||
"6881/tcp": "Peer port",
|
"6881/tcp": "Peer port",
|
||||||
"6881/udp": "Peer port"
|
"6881/udp": "Peer port"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH",
|
||||||
|
"NET_ADMIN"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"ssl": "bool",
|
"ssl": "bool",
|
||||||
"certfile": "str",
|
"certfile": "str",
|
||||||
@@ -96,8 +109,8 @@
|
|||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"slug": "qbittorrent",
|
"slug": "qbittorrent",
|
||||||
"upstream": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166",
|
"upstream": "20.04.1",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls166-9",
|
"version": "20.04.1",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user