Update to 14.3.8.99202110081405-7423-ac5c264e6ubuntu20.04.1-ls157

This commit is contained in:
alexbelgium
2021-10-08 19:19:25 +02:00
parent c4bda333b9
commit b9f70fd245
2 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 14.3.8.99202110081405-7423-ac5c264e6ubuntu20.04.1-ls157 (08-10-2021)
- Update to latest version from linuxserver/docker-qbittorrent
- Allow mounting local drives. Set "localdisks" to your disk name such as sda1 - Allow mounting local drives. Set "localdisks" to your disk name such as sda1
- Added auto stop, just set the run_duration optional setting - Added auto stop, just set the run_duration optional setting

View File

@@ -1,7 +1,7 @@
{ {
"name": "Qbittorrent", "name": "Qbittorrent",
"version": "14.3.8.99202109100310-7422-338d9a084ubuntu20.04.1-ls154-4", "version": "14.3.8.99202110081405-7423-ac5c264e6ubuntu20.04.1-ls157",
"upstream": "14.3.8.99202109100310-7422-338d9a084ubuntu20.04.1-ls154", "upstream": "14.3.8.99202110081405-7423-ac5c264e6ubuntu20.04.1-ls157",
"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",
@@ -17,7 +17,9 @@
"hassio_api": true, "hassio_api": true,
"hassio_role": "homeassistant", "hassio_role": "homeassistant",
"homeassistant_api": true, "homeassistant_api": true,
"backup_exclude":["image.tar"], "backup_exclude": [
"image.tar"
],
"ports": { "ports": {
"8080/tcp": 8081, "8080/tcp": 8081,
"6881/tcp": 6881, "6881/tcp": 6881,
@@ -42,9 +44,21 @@
"NET_ADMIN" "NET_ADMIN"
], ],
"devices": [ "devices": [
"/dev/net/tun", "/dev/net/tun",
"/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1", "/dev/sda1",
"/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2" "/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
], ],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"boot": "auto", "boot": "auto",