Update to 4.7.0.18

This commit is contained in:
alexbelgium
2021-11-20 01:56:37 +01:00
parent 0deb9fe765
commit 08967c3ce0
2 changed files with 21 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
## 4.7.0.18 (20-11-2021)
- Update to latest version from linuxserver/docker-emby
## 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

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"backup_exclude": [
"*/cache/",
"*/logs/",
@@ -34,7 +39,12 @@
"/dev/sdf2",
"/dev/sdg2"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl:rw"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl:rw"
],
"name": "Emby NAS",
"options": {
"PUID": 0,
@@ -53,7 +63,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",
@@ -67,8 +80,8 @@
},
"slug": "emby_nas",
"startup": "services",
"upstream": "4.7.0.17",
"upstream": "4.7.0.18",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.7.0.17",
"version": "4.7.0.18",
"webui": "http://[HOST]:[PORT:8096]"
}