Update config.json

This commit is contained in:
Alexandre
2021-02-21 22:12:20 +01:00
committed by GitHub
parent f277dab179
commit 5527c91de2

View File

@@ -3,36 +3,49 @@
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116-rev2", "version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116-rev2",
"upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116", "upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116",
"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",
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"ports": { "aarch64",
"8080/tcp": 8081, "amd64",
"6881/tcp": 6881, "armv7",
"6881/udp": 6881 "armhf"
}, ],
"ports_description": { "ports": {
"8080/tcp": "Web UI port", "8080/tcp": 8081,
"6881/tcp": "Peer port", "6881/tcp": 6881,
"6881/udp": "Peer port" "6881/udp": 6881
}, },
"ports_description": {
"8080/tcp": "Web UI port",
"6881/tcp": "Peer port",
"6881/udp": "Peer port"
},
"map":[
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"apparmor": true, "apparmor": true,
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"map": ["media:rw", "config:rw", "share:rw", "ssl"], "webui": "http://[HOST]:[PORT:8080]",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]", "boot": "auto",
"environment": { "environment": {
"WEBUI_PORT": "8080" "WEBUI_PORT": "8080",
"PUID": "0",
"PGID": "0"
}, },
"options": { "options": {
"ssl": false, "ssl": false,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16", "whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16",
"PUID": "0",
"PGID": "0",
"SavePath": "/share/qBittorrent", "SavePath": "/share/qBittorrent",
"Username": "admin", "Username": "admin",
"smbv1": false, "smbv1": false
"PUID": "0",
"PGID": "0"
}, },
"schema": { "schema": {
"ssl": "bool", "ssl": "bool",