mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Update to 4.7.0.17
This commit is contained in:
@@ -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
|
- 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
|
- 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,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"backup_exclude": [
|
"backup_exclude": [
|
||||||
"*/cache/",
|
"*/cache/",
|
||||||
"*/logs/",
|
"*/logs/",
|
||||||
@@ -30,7 +35,12 @@
|
|||||||
"/dev/sdf2",
|
"/dev/sdf2",
|
||||||
"/dev/sdg2"
|
"/dev/sdg2"
|
||||||
],
|
],
|
||||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
"map": [
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"media:rw",
|
||||||
|
"ssl"
|
||||||
|
],
|
||||||
"name": "Emby NAS",
|
"name": "Emby NAS",
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
@@ -49,7 +59,10 @@
|
|||||||
"7359/udp": "udp server discover (optional)",
|
"7359/udp": "udp server discover (optional)",
|
||||||
"1900/udp": "dlna (optional)"
|
"1900/udp": "dlna (optional)"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
@@ -63,9 +76,9 @@
|
|||||||
},
|
},
|
||||||
"slug": "emby_nas",
|
"slug": "emby_nas",
|
||||||
"startup": "services",
|
"startup": "services",
|
||||||
"upstream": "4.7.0.15",
|
"upstream": "4.7.0.17",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "4.7.0.15-3",
|
"version": "4.7.0.17",
|
||||||
"watchdog": "http://[HOST]:[PORT:8096]",
|
"watchdog": "http://[HOST]:[PORT:8096]",
|
||||||
"webui": "http://[HOST]:[PORT:8096]"
|
"webui": "http://[HOST]:[PORT:8096]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user