This commit is contained in:
Alexandre
2021-02-21 20:07:55 +01:00
parent fc2282f62e
commit db5582cb74
18 changed files with 113 additions and 219 deletions

View File

@@ -1,9 +1,8 @@
{
"build_from": {
"armv7": "linuxserver/qbittorrent:arm32v7-",
"armhf": "linuxserver/qbittorrent:arm32v7-",
"aarch64": "linuxserver/qbittorrent:arm64v8-",
"amd64": "linuxserver/qbittorrent:amd64-"
}
"build_from": {
"armv7": "linuxserver/qbittorrent:arm32v7-",
"armhf": "linuxserver/qbittorrent:arm32v7-",
"aarch64": "linuxserver/qbittorrent:arm64v8-",
"amd64": "linuxserver/qbittorrent:amd64-"
}
}

View File

@@ -6,12 +6,7 @@
"description": "qBittorrent is a bittorrent client",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"ports": {
"8080/tcp": 8081,
"6881/tcp": 6881,
@@ -24,12 +19,7 @@
},
"apparmor": true,
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"map": [
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"boot": "auto",
"environment": {
@@ -40,9 +30,9 @@
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16",
"SavePath": "/share/qBittorrent",
"SavePath": "/share/qBittorrent",
"Username": "admin",
"smbv1": false,
"smbv1": false,
"PUID": 0,
"PGID": 0
},