mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update to 1.0.2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user