Update to 4.7.0.17

This commit is contained in:
alexbelgium
2021-11-08 21:22:33 +01:00
parent 7342a72d12
commit 8db43f9791
2 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 4.7.0.17 (08-11-2021)
- Update to latest version from linuxserver/docker-emby
- Allow mounting local drives by label. Just pust the label instead of sda1 for example
- 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

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"backup_exclude": [
"*/cache/",
"*/logs/",
@@ -30,7 +35,12 @@
"/dev/sdf2",
"/dev/sdg2"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Emby NAS",
"options": {
"PUID": 0,
@@ -49,7 +59,10 @@
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -63,9 +76,9 @@
},
"slug": "emby_nas",
"startup": "services",
"upstream": "4.7.0.15",
"upstream": "4.7.0.17",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.7.0.15-3",
"version": "4.7.0.17",
"watchdog": "http://[HOST]:[PORT:8096]",
"webui": "http://[HOST]:[PORT:8096]"
}