Update to 1.0.2

This commit is contained in:
alexbelgium
2022-01-01 01:57:35 +01:00
parent f774b9744b
commit 050d4415d3
2 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 1.0.2 (01-01-2022)
- Update to latest version from linuxserver/docker-bazarr
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv) - Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
- New standardized logic for Dockerfile build and packages installation - New standardized logic for Dockerfile build and packages installation

View File

@@ -1,7 +1,16 @@
{ {
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"], "aarch64",
"amd64",
"armv7",
"armhf"
],
"backup_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
],
"boot": "auto", "boot": "auto",
"description": "Companion application to Sonarr and Radarr to download subtitles", "description": "Companion application to Sonarr and Radarr to download subtitles",
"devices": [ "devices": [
@@ -41,7 +50,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"
],
"name": "Bazarr NAS", "name": "Bazarr NAS",
"options": { "options": {
"PUID": 0, "PUID": 0,
@@ -53,7 +67,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",
@@ -64,8 +81,8 @@
}, },
"slug": "bazarr_nas", "slug": "bazarr_nas",
"startup": "services", "startup": "services",
"upstream": "1.0.1", "upstream": "1.0.2",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0.1-2", "version": "1.0.2",
"webui": "http://[HOST]:[PORT:6767]" "webui": "http://[HOST]:[PORT:6767]"
} }