Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -3,5 +3,8 @@
"aarch64": "lscr.io/linuxserver/bazarr:arm64v8-latest",
"amd64": "lscr.io/linuxserver/bazarr:amd64-latest",
"armv7": "lscr.io/linuxserver/bazarr:arm32v7-latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -1,15 +1,7 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
],
"arch": ["aarch64", "amd64", "armv7"],
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"],
"boot": "auto",
"description": "Companion application to Sonarr and Radarr to download subtitles",
"devices": [
@@ -49,12 +41,7 @@
"PUID": "0"
},
"ingress": false,
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Bazarr NAS",
"options": {
"PGID": 0,
@@ -66,10 +53,7 @@
"ports_description": {
"6767/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -82,6 +66,7 @@
"startup": "services",
"upstream": "1.0.3",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.0.3",
"webui": "http://[HOST]:[PORT:6767]"
}