This commit is contained in:
Alexandre
2021-12-07 20:32:45 +01:00
13 changed files with 89 additions and 25 deletions

View File

@@ -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)

View File

@@ -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"
}