Update to 3.2.1.5070

This commit is contained in:
alexbelgium
2021-05-28 22:22:59 +02:00
parent c35f988948
commit 14de5b5780
3 changed files with 13 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
## 3.2.1.5070 (28-05-2021)
- Update to latest version from linuxserver/docker-radarr
## 3.2.0.5048 (19-05-2021) ## 3.2.0.5048 (19-05-2021)
- Update to latest version from linuxserver/docker-radarr - Update to latest version from linuxserver/docker-radarr

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.2.0.5048" ARG BUILD_UPSTREAM="3.2.1.5070"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

@@ -1,7 +1,7 @@
{ {
"name": "Radarr NAS", "name": "Radarr NAS",
"version": "3.2.0.5048", "version": "3.2.1.5070",
"upstream": "3.2.0.5048", "upstream": "3.2.1.5070",
"slug": "radarr_nas", "slug": "radarr_nas",
"description": "A fork of Sonarr to work with movies like Couchpotato", "description": "A fork of Sonarr to work with movies like Couchpotato",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
@@ -38,7 +38,9 @@
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"localdisks": ["sda1"], "localdisks": [
"sda1"
],
"networkdisks": "<//SERVER/SHARE> <//SERVER2/SHARE2>", "networkdisks": "<//SERVER/SHARE> <//SERVER2/SHARE2>",
"cifsusername": "<username>", "cifsusername": "<username>",
"cifspassword": "<password>" "cifspassword": "<password>"
@@ -47,10 +49,12 @@
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?", "TZ": "str?",
"localdisks": ["str"], "localdisks": [
"str"
],
"networkdisks": "str", "networkdisks": "str",
"cifsusername": "str", "cifsusername": "str",
"cifspassword": "str" "cifspassword": "str"
}, },
"smbv1": "bool?" "smbv1": "bool?"
} }