From 4548415abbb3bd42c49eb2615f8bbadec78f7333 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 21 Feb 2021 21:57:22 +0100 Subject: [PATCH] Delete config.json --- qbittorrent/config.json | 55 ----------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 qbittorrent/config.json diff --git a/qbittorrent/config.json b/qbittorrent/config.json deleted file mode 100644 index 782437ffd..000000000 --- a/qbittorrent/config.json +++ /dev/null @@ -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?" - } -}