Updater bot : qbittorrent updated to 14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls165

This commit is contained in:
alexbelgium
2022-01-04 20:40:24 +01:00
parent 224e42d349
commit ee8f4fbce9
2 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls165 (04-01-2022)
- Update to latest version from linuxserver/docker-qbittorrent
- Removed watchdog
- New standardized logic for Dockerfile build and packages installation
- Allow mounting nvme

View File

@@ -1,7 +1,14 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"backup_exclude": ["image.tar"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"backup_exclude": [
"image.tar"
],
"boot": "auto",
"description": "qBittorrent is a bittorrent client",
"devices": [
@@ -48,7 +55,12 @@
"host_network": false,
"ingress": true,
"ingress_port": 8099,
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
"map": [
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"name": "Qbittorrent",
"options": {
"ssl": false,
@@ -73,7 +85,11 @@
"6881/tcp": "Peer port",
"6881/udp": "Peer port"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": {
"ssl": "bool",
"certfile": "str",
@@ -100,8 +116,8 @@
"TZ": "str?"
},
"slug": "qbittorrent",
"upstream": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls159",
"upstream": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls165",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls160-3",
"version": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls165",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}