From af9ff7ef9df620600221f943f8f339f4fb4a1cd1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 26 Oct 2021 01:59:23 +0200 Subject: [PATCH] Update to nightly-0.1.1.1030-ls162 --- prowlarr/CHANGELOG.md | 3 +++ prowlarr/config.json | 23 ++++++++++++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index 7c89a4197..d8bb91fa0 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,3 +1,6 @@ + +## nightly-0.1.1.1030-ls162 (26-10-2021) +- Update to latest version from linuxserver/docker-prowlarr - Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename ## nightly-0.1.1.1029-ls161 (19-10-2021) diff --git a/prowlarr/config.json b/prowlarr/config.json index ac0397336..4ff3bb1fd 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -1,13 +1,23 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", "description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required", "environment": { "PUID": "0", "PGID": "0" }, - "map": ["config:rw", "share:rw", "media:rw", "ssl"], + "map": [ + "config:rw", + "share:rw", + "media:rw", + "ssl" + ], "name": "Prowlarr NAS", "options": { "PUID": 0, @@ -22,7 +32,10 @@ "ports_description": { "9696/tcp": "web interface" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -34,8 +47,8 @@ }, "slug": "prowlarr", "startup": "services", - "upstream": "nightly-0.1.1.1029-ls161", + "upstream": "nightly-0.1.1.1030-ls162", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "nightly-0.1.1.1029-ls161-3", + "version": "nightly-0.1.1.1030-ls162", "webui": "http://[HOST]:[PORT:9696]" }