align apparmor capabilities

This commit is contained in:
Alexandre
2021-10-23 19:15:06 +02:00
parent 97499236c0
commit b22d539714
33 changed files with 372 additions and 428 deletions

View File

@@ -1,48 +1,9 @@
{
"name": "Qbittorrent",
"version": "14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158-3",
"upstream": "14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158",
"slug": "qbittorrent",
"description": "qBittorrent is a bittorrent client",
"url": "https://github.com/alexbelgium/hassio-addons",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ingress": true,
"ingress_port": 8099,
"panel_icon": "mdi:progress-download",
"hassio_api": true,
"hassio_role": "homeassistant",
"homeassistant_api": true,
"backup_exclude": [
"image.tar"
],
"ports": {
"8080/tcp": 8081,
"6881/tcp": 6881,
"6881/udp": 6881
},
"ports_description": {
"8080/tcp": "Web UI port (nor required for Ingress)",
"6881/tcp": "Peer port",
"6881/udp": "Peer port"
},
"map": [
"media:rw",
"config:rw",
"share:rw",
"ssl"
],
"apparmor": true,
"host_network": false,
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"backup_exclude": ["image.tar"],
"boot": "auto",
"description": "qBittorrent is a bittorrent client",
"devices": [
"/dev/net/tun",
"/dev/sda1",
@@ -60,14 +21,19 @@
"/dev/sdf2",
"/dev/sdg2"
],
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"watchdog": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"boot": "auto",
"environment": {
"WEBUI_PORT": "8080",
"PUID": "0",
"PGID": "0"
},
"hassio_api": true,
"hassio_role": "homeassistant",
"homeassistant_api": true,
"host_network": false,
"ingress": true,
"ingress_port": 8099,
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
"name": "Qbittorrent",
"options": {
"ssl": false,
"certfile": "fullchain.pem",
@@ -80,6 +46,18 @@
"PUID": "0",
"PGID": "0"
},
"panel_icon": "mdi:progress-download",
"ports": {
"8080/tcp": 8081,
"6881/tcp": 6881,
"6881/udp": 6881
},
"ports_description": {
"8080/tcp": "Web UI port (nor required for Ingress)",
"6881/tcp": "Peer port",
"6881/udp": "Peer port"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"schema": {
"ssl": "bool",
"certfile": "str",
@@ -104,5 +82,11 @@
"openvpn_password": "str?",
"run_duration": "str?",
"TZ": "str?"
}
},
"slug": "qbittorrent",
"upstream": "14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "14.3.8.99202110120741-7429-1bae770b2ubuntu20.04.1-ls158-3",
"watchdog": "[PROTO:ssl]://[HOST]:[PORT:8080]",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}