mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 23:01:49 +02:00
Update to 1.25.1.5286-34f965be8-ls91
This commit is contained in:
@@ -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...
|
- 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)
|
## 1.25.0.5282-2edd3c44d-ls89 (02-12-2021)
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"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": [
|
||||||
@@ -46,7 +51,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,
|
||||||
@@ -82,7 +91,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",
|
||||||
@@ -97,9 +109,9 @@
|
|||||||
},
|
},
|
||||||
"slug": "plex_nas",
|
"slug": "plex_nas",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"upstream": "1.25.0.5282-2edd3c44d-ls89",
|
"upstream": "1.25.1.5286-34f965be8-ls91",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.25.0.5282-2edd3c44d-ls89-2",
|
"version": "1.25.1.5286-34f965be8-ls91",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "http://[HOST]:[PORT:32400]/web"
|
"webui": "http://[HOST]:[PORT:32400]/web"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user