mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 18:38:17 +01: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
|
||||
- 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,
|
||||
"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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user