Update to 1.22.3.4392-d7c624def-ls45

This commit is contained in:
alexbelgium
2021-05-05 01:57:16 +02:00
parent 4ad5c484df
commit 3f65aa95a3
3 changed files with 28 additions and 8 deletions

View File

@@ -1 +1,4 @@
## 1.22.3.4392-d7c624def-ls45 (05-05-2021)
- Update to latest version from linuxserver/docker-plex

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.22.3.4392-d7c624def-ls44" ARG BUILD_UPSTREAM="1.22.3.4392-d7c624def-ls45"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

@@ -1,12 +1,17 @@
{ {
"name": "Plex NAS", "name": "Plex NAS",
"version": "1.22.3.4392-d7c624def-ls44", "version": "1.22.3.4392-d7c624def-ls45",
"upstream": "1.22.3.4392-d7c624def-ls44", "upstream": "1.22.3.4392-d7c624def-ls45",
"slug": "plex_nas", "slug": "plex_nas",
"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.",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": { "ports": {
"1900/udp": 1900, "1900/udp": 1900,
"3005/tcp": 3005, "3005/tcp": 3005,
@@ -33,14 +38,26 @@
"33400/tcp": "WebTools", "33400/tcp": "WebTools",
"33443/tcp": "WebTools" "33443/tcp": "WebTools"
}, },
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:32400]/web", "webui": "http://[HOST]:[PORT:32400]/web",
"boot": "auto", "boot": "auto",
"apparmor": "true", "apparmor": "true",
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"devices": ["/dev/ttyUSB0", "/dev/*", "/dev/sda1"], "SYS_ADMIN",
"DAC_READ_SEARCH"
],
"devices": [
"/dev/ttyUSB0",
"/dev/*",
"/dev/sda1"
],
"environment": { "environment": {
"VERSION": "docker", "VERSION": "docker",
"PUID": "0", "PUID": "0",
"PGID": "0" "PGID": "0"
}, },