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