mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-17 03:20:31 +02:00
Automatic builds
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"image.tar"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"backup_exclude": ["image.tar"],
|
||||
"boot": "auto",
|
||||
"image": "ghcr.io/alexbelgium/qbittorrent-{arch}",
|
||||
"description": "qBittorrent is a bittorrent client",
|
||||
"devices": [
|
||||
"/dev/net/tun",
|
||||
@@ -55,12 +49,7 @@
|
||||
"host_network": false,
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"map": [
|
||||
"media:rw",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
|
||||
"name": "Qbittorrent",
|
||||
"options": {
|
||||
"ssl": false,
|
||||
@@ -85,11 +74,7 @@
|
||||
"6881/tcp": "Peer port",
|
||||
"6881/udp": "Peer port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"schema": {
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
|
||||
Reference in New Issue
Block a user