mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : bazarr updated to 1.0.3
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user