mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Sorted json
This commit is contained in:
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user