From fec6e99a70122db99e30627fa5eae0477acc1f35 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 7 Dec 2021 19:22:10 +0100 Subject: [PATCH] Update to 1.25.1.5286-34f965be8-ls91 --- 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 aba6579d6..fd3718277 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.25.1.5286-34f965be8-ls91 (07-12-2021) +- Update to latest version from linuxserver/docker-plex - localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS... ## 1.25.0.5282-2edd3c44d-ls89 (02-12-2021) diff --git a/plex/config.json b/plex/config.json index 525988aa3..748daffe5 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": [ @@ -46,7 +51,11 @@ "PUID": "0", "PGID": "0" }, - "map": ["share:rw", "media:rw", "ssl"], + "map": [ + "share:rw", + "media:rw", + "ssl" + ], "name": "Plex NAS", "options": { "PUID": 0, @@ -82,7 +91,10 @@ "33400/tcp": "WebTools", "33443/tcp": "WebTools" }, - "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], + "privileged": [ + "SYS_ADMIN", + "DAC_READ_SEARCH" + ], "schema": { "PUID": "int", "PGID": "int", @@ -97,9 +109,9 @@ }, "slug": "plex_nas", "startup": "services", - "upstream": "1.25.0.5282-2edd3c44d-ls89", + "upstream": "1.25.1.5286-34f965be8-ls91", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.25.0.5282-2edd3c44d-ls89-2", + "version": "1.25.1.5286-34f965be8-ls91", "video": true, "webui": "http://[HOST]:[PORT:32400]/web" }