Delete config.json

This commit is contained in:
Alexandre
2021-02-21 21:57:22 +01:00
committed by GitHub
parent 3a0da4f916
commit 4548415abb

View File

@@ -1,55 +0,0 @@
{
"name": "Qbittorrent",
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116-rev2",
"upstream": "14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1-ls116",
"slug": "qbittorrent",
"description": "qBittorrent is a bittorrent client",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"ports": {
"8080/tcp": 8081,
"6881/tcp": 6881,
"6881/udp": 6881
},
"ports_description": {
"8080/tcp": "Web UI port",
"6881/tcp": "Peer port",
"6881/udp": "Peer port"
},
"apparmor": true,
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"boot": "auto",
"environment": {
"WEBUI_PORT": "8080"
},
"options": {
"ssl": false,
"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",
"Username": "admin",
"smbv1": false,
"PUID": 0,
"PGID": 0
},
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"whitelist": "str?",
"PUID": "int",
"PGID": "int",
"SavePath": "str?",
"Username": "str?",
"customUI": "list(|vuetorrent|qbit-matUI|qb-web)?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool",
"TZ": "str?"
}
}