Updater bot : bazarr updated to 1.0.3

This commit is contained in:
alexbelgium
2022-02-27 21:31:45 +01:00
parent 267520513e
commit d938c39109
2 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 1.0.3 (27-02-2022)
- Update to latest version from linuxserver/docker-bazarr
## 1.0.2 (04-01-2022) ## 1.0.2 (04-01-2022)
- Update to latest version from linuxserver/docker-bazarr - Update to latest version from linuxserver/docker-bazarr

View File

@@ -1,16 +1,24 @@
{ {
"name": "Bazarr NAS", "name": "Bazarr NAS",
"version": "1.0.2", "version": "1.0.3",
"slug": "bazarr_nas", "slug": "bazarr_nas",
"description": "Companion application to Sonarr and Radarr to download subtitles", "description": "Companion application to Sonarr and Radarr to download subtitles",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"upstream": "1.0.2", "upstream": "1.0.3",
"webui": "http://[HOST]:[PORT:6767]", "webui": "http://[HOST]:[PORT:6767]",
"startup": "services", "startup": "services",
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"], "backup_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
],
"devices": [ "devices": [
"/dev/sda", "/dev/sda",
"/dev/sdb", "/dev/sdb",
@@ -48,7 +56,12 @@
"PGID": "0" "PGID": "0"
}, },
"ingress": false, "ingress": false,
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0
@@ -59,7 +72,10 @@
"ports_description": { "ports_description": {
"6767/tcp": "web interface" "6767/tcp": "web interface"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",