mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "Qbittorrent",
|
|
"version": "14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1-ls114",
|
|
"slug": "qbittorrent",
|
|
"description": "qBittorrent is a bittorrent client",
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/qbittorrent",
|
|
"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"
|
|
},
|
|
"privileged": [
|
|
"SYS_ADMIN"
|
|
],
|
|
"full_access": true,
|
|
"map":[
|
|
"media:rw",
|
|
"config:rw",
|
|
"share:rw",
|
|
"ssl"
|
|
],
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
|
|
"boot": "auto",
|
|
"environment": {
|
|
"WEBUI_PORT": "8080",
|
|
"PUID": 0,
|
|
"PGID": 0
|
|
},
|
|
"options": {
|
|
"ssl": false,
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"whitelist": "localhost,127.0.0.1,192.168.0.0/16",
|
|
"PUID": 0,
|
|
"PGID": 0
|
|
},
|
|
"schema": {
|
|
"ssl": "bool",
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"whitelist": "str?",
|
|
"autostop": "bool",
|
|
"PUID": "int",
|
|
"PGID": "int",
|
|
"localdisks": "str?",
|
|
"networkdisks": "str?",
|
|
"cifsusername": "str?",
|
|
"cifspassword": "str?",
|
|
"TZ": "str?"
|
|
}
|
|
}
|