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

@@ -5,21 +5,13 @@
"description": "Companion application to Sonarr and Radarr to download subtitles",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"image": "ghcr.io/alexbelgium/bazarr-{arch}",
"upstream": "1.0.2",
"webui": "http://[HOST]:[PORT:6767]",
"startup": "services",
"backup_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
],
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"],
"devices": [
"/dev/sda",
"/dev/sdb",
@@ -57,12 +49,7 @@
"PGID": "0"
},
"ingress": false,
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"options": {
"PUID": 0,
"PGID": 0
@@ -73,10 +60,7 @@
"ports_description": {
"6767/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",