mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
prettify
This commit is contained in:
@@ -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-"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user