Updater bot : plex updated to 1.25.3.5409-f11334058-ls98

This commit is contained in:
alexbelgium
2022-01-25 23:09:34 +01:00
parent 0a9b78e85f
commit c86d02683f
2 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 1.25.3.5409-f11334058-ls98 (25-01-2022)
- Update to latest version from linuxserver/docker-plex
## 1.25.3.5409-f11334058-ls97 (15-01-2022) ## 1.25.3.5409-f11334058-ls97 (15-01-2022)
- Update to latest version from linuxserver/docker-plex - Update to latest version from linuxserver/docker-plex

View File

@@ -1,7 +1,11 @@
{ {
"host_network": true, "host_network": true,
"apparmor": true, "apparmor": true,
"arch": ["aarch64", "amd64", "armv7"], "arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto", "boot": "auto",
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.", "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
"devices": [ "devices": [
@@ -51,7 +55,11 @@
"PUID": "0", "PUID": "0",
"PGID": "0" "PGID": "0"
}, },
"map": ["share:rw", "media:rw", "ssl"], "map": [
"share:rw",
"media:rw",
"ssl"
],
"name": "Plex NAS", "name": "Plex NAS",
"options": { "options": {
"PUID": 0, "PUID": 0,
@@ -87,7 +95,10 @@
"33400/tcp": "WebTools", "33400/tcp": "WebTools",
"33443/tcp": "WebTools" "33443/tcp": "WebTools"
}, },
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
@@ -102,9 +113,9 @@
}, },
"slug": "plex_nas", "slug": "plex_nas",
"startup": "services", "startup": "services",
"upstream": "1.25.3.5409-f11334058-ls97", "upstream": "1.25.3.5409-f11334058-ls98",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
"version": "1.25.3.5409-f11334058-ls97", "version": "1.25.3.5409-f11334058-ls98",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:32400]/web" "webui": "http://[HOST]:[PORT:32400]/web"
} }