Updater bot : radarr updated to 4.0.4.5922

This commit is contained in:
alexbelgium
2022-01-31 09:41:21 +01:00
parent f2be9732fb
commit bce4551878
2 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 4.0.4.5922 (31-01-2022)
- Update to latest version from linuxserver/docker-radarr
## 3.2.2.5080-7 (03-01-2022)
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)

View File

@@ -1,13 +1,17 @@
{
"name": "Radarr NAS",
"version": "3.2.2.5080-7",
"version": "4.0.4.5922",
"slug": "radarr_nas",
"description": "A fork of Sonarr to work with movies like Couchpotato",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"upstream": "3.2.2.5080",
"upstream": "4.0.4.5922",
"webui": "http://[HOST]:[PORT:7878]",
"startup": "services",
"devices": [
@@ -46,7 +50,12 @@
"PUID": "0",
"PGID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"options": {
"PUID": 0,
"PGID": 0,
@@ -60,7 +69,10 @@
"ports_description": {
"7878/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",