Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "qBittorrent is a bittorrent client",
"devices": [
"/dev/net/tun",
@@ -45,7 +50,12 @@
"homeassistant_api": true,
"ingress": true,
"ingress_port": 8099,
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
"map": [
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"name": "Qbittorrent",
"options": {
"DNS_server": "8.8.8.8,1.1.1.1",
@@ -70,7 +80,11 @@
"6881/udp": "Peer port",
"8080/tcp": "Web UI port (nor required for Ingress)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": {
"DNS_server": "str?",
"PGID": "int?",
@@ -98,7 +112,6 @@
"slug": "qbittorrent",
"upstream": "release-4.4.1-ls173",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "release-4.4.1-ls173-9",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}