mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update to 14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls159
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls159 (31-10-2021)
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename
|
||||
|
||||
## 14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158 (13-10-2021)
|
||||
|
||||
@@ -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": [
|
||||
@@ -32,7 +39,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,
|
||||
@@ -57,7 +69,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",
|
||||
@@ -84,9 +100,9 @@
|
||||
"TZ": "str?"
|
||||
},
|
||||
"slug": "qbittorrent",
|
||||
"upstream": "14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158",
|
||||
"upstream": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls159",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158-4",
|
||||
"version": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls159",
|
||||
"watchdog": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user