mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update to 1.24.5.5173-8dcc73a59-ls83
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 1.24.5.5173-8dcc73a59-ls83 (28-10-2021)
|
||||
- Update to latest version from linuxserver/docker-plex
|
||||
- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename
|
||||
|
||||
## 1.24.4.5081-e362dc1ee-ls79 (13-10-2021)
|
||||
|
||||
@@ -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": [
|
||||
@@ -25,7 +30,11 @@
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
},
|
||||
"map": ["share:rw", "media:rw", "ssl"],
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Plex NAS",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
@@ -61,7 +70,10 @@
|
||||
"33400/tcp": "WebTools",
|
||||
"33443/tcp": "WebTools"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
@@ -74,8 +86,8 @@
|
||||
},
|
||||
"slug": "plex_nas",
|
||||
"startup": "services",
|
||||
"upstream": "1.24.4.5081-e362dc1ee-ls79",
|
||||
"upstream": "1.24.5.5173-8dcc73a59-ls83",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "1.24.4.5081-e362dc1ee-ls79-3",
|
||||
"version": "1.24.5.5173-8dcc73a59-ls83",
|
||||
"webui": "http://[HOST]:[PORT:32400]/web"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user