From 7035b050574ced5a640ef86f4c6d0db23baf17f1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 28 Oct 2021 01:58:58 +0200 Subject: [PATCH] Update to 1.24.5.5173-8dcc73a59-ls83 --- plex/CHANGELOG.md | 3 +++ plex/config.json | 22 +++++++++++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index cacbb72ce..0a0e8f3f5 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.24.5.5173-8dcc73a59-ls83 (28-10-2021) +- Update to latest version from linuxserver/docker-plex - 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 ## 1.24.4.5081-e362dc1ee-ls79 (13-10-2021) diff --git a/plex/config.json b/plex/config.json index 97046980c..3ac786b3f 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,6 +1,11 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7", "armhf"], + "arch": [ + "aarch64", + "amd64", + "armv7", + "armhf" + ], "boot": "auto", "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.", "devices": [ @@ -25,7 +30,11 @@ "PUID": "0", "PGID": "0" }, - "map": ["share:rw", "media:rw", "ssl"], + "map": [ + "share:rw", + "media:rw", + "ssl" + ], "name": "Plex NAS", "options": { "PUID": 0, @@ -61,7 +70,10 @@ "33400/tcp": "WebTools", "33443/tcp": "WebTools" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -74,8 +86,8 @@ }, "slug": "plex_nas", "startup": "services", - "upstream": "1.24.4.5081-e362dc1ee-ls79", + "upstream": "1.24.5.5173-8dcc73a59-ls83", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.24.4.5081-e362dc1ee-ls79-3", + "version": "1.24.5.5173-8dcc73a59-ls83", "webui": "http://[HOST]:[PORT:32400]/web" }