mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 10:05:59 +02:00
Update to 3.0.6.1335
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 3.0.6.1335 (30-09-2021)
|
||||||
|
- Update to latest version from linuxserver/docker-sonarr
|
||||||
- Improved cifs mount code to make it universal
|
- Improved cifs mount code to make it universal
|
||||||
- Breaking changes : multiple network disks must be separated by a "," and they are mounted to a folder with the name of the external share.
|
- Breaking changes : multiple network disks must be separated by a "," and they are mounted to a folder with the name of the external share.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="3.0.6.1265"
|
ARG BUILD_UPSTREAM="3.0.6.1335"
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
ARG BASHIO_VERSION=0.13.1
|
ARG BASHIO_VERSION=0.13.1
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Sonarr NAS",
|
"name": "Sonarr NAS",
|
||||||
"version": "3.0.6.1265-dev3",
|
"version": "3.0.6.1335",
|
||||||
"upstream": "3.0.6.1265",
|
"upstream": "3.0.6.1335",
|
||||||
"slug": "sonarr_nas",
|
"slug": "sonarr_nas",
|
||||||
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ",
|
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
|
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
|
||||||
|
|||||||
Reference in New Issue
Block a user