Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -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",