Updater bot : plex updated to 1.41.8.9834-071366d65-ls271

This commit is contained in:
alexbelgium
2025-07-12 01:58:23 +02:00
parent 276516e39a
commit 275679235f
3 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
## 1.41.8.9834-071366d65-ls271 (12-07-2025)
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
## 1.41.8.9834-071366d65-ls270 (05-07-2025) ## 1.41.8.9834-071366d65-ls270 (05-07-2025)
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) - Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)

View File

@@ -1,5 +1,9 @@
{ {
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"backup_exclude": [ "backup_exclude": [
"**/Cache/**", "**/Cache/**",
"**/Plug-in Support/Caches/**", "**/Plug-in Support/Caches/**",
@@ -117,7 +121,11 @@
"host_network": true, "host_network": true,
"image": "ghcr.io/alexbelgium/plex_nas-{arch}", "image": "ghcr.io/alexbelgium/plex_nas-{arch}",
"init": false, "init": false,
"map": ["share:rw", "media:rw", "ssl"], "map": [
"share:rw",
"media:rw",
"ssl"
],
"name": "Plex NAS", "name": "Plex NAS",
"options": { "options": {
"PGID": 0, "PGID": 0,
@@ -150,7 +158,10 @@
"33443/tcp": "WebTools", "33443/tcp": "WebTools",
"8324/tcp": "Plex for Roku via Plex Companion" "8324/tcp": "Plex for Roku via Plex Companion"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PGID": "int", "PGID": "int",
"PUID": "int", "PUID": "int",
@@ -167,7 +178,7 @@
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
"usb": true, "usb": true,
"version": "1.41.8.9834-071366d65-ls270", "version": "1.41.8.9834-071366d65-ls271",
"video": true, "video": true,
"webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web"
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "true", "github_fulltag": "true",
"last_update": "05-07-2025", "last_update": "12-07-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "plex", "slug": "plex",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-plex", "upstream_repo": "linuxserver/docker-plex",
"upstream_version": "1.41.8.9834-071366d65-ls270" "upstream_version": "1.41.8.9834-071366d65-ls271"
} }