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)
- New standardized logic for Dockerfile build and packages installation

View File

@@ -1,7 +1,16 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"backup_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
],
"boot": "auto",
"description": "Companion application to Sonarr and Radarr to download subtitles",
"devices": [
@@ -41,7 +50,12 @@
"PGID": "0"
},
"ingress": false,
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Bazarr NAS",
"options": {
"PUID": 0,
@@ -53,7 +67,10 @@
"ports_description": {
"6767/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -64,8 +81,8 @@
},
"slug": "bazarr_nas",
"startup": "services",
"upstream": "1.0.1",
"upstream": "1.0.2",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0.1-2",
"version": "1.0.2",
"webui": "http://[HOST]:[PORT:6767]"
}