Update to 4.7.0.14

This commit is contained in:
alexbelgium
2021-10-15 08:30:25 +02:00
parent fd8b354ab8
commit 3d2a91f193
2 changed files with 85 additions and 82 deletions

View File

@@ -1,3 +1,6 @@
## 4.7.0.14 (15-10-2021)
- Update to latest version from linuxserver/docker-emby
- Added watchdog feature - Added watchdog feature
## 4.7.0.13 (02-10-2021) ## 4.7.0.13 (02-10-2021)

View File

@@ -1,84 +1,84 @@
{ {
"apparmor": "true", "apparmor": "true",
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
"armv7", "armv7",
"armhf" "armhf"
], ],
"backup_exclude": [ "backup_exclude": [
"*/cache/", "*/cache/",
"*/logs/", "*/logs/",
"*/transcoding-temp/", "*/transcoding-temp/",
"*/metadata/" "*/metadata/"
], ],
"boot": "auto", "boot": "auto",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.", "description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"devices": [ "devices": [
"/dev/dri", "/dev/dri",
"/dev/vchiq", "/dev/vchiq",
"/dev/video10", "/dev/video10",
"/dev/video11", "/dev/video11",
"/dev/video12", "/dev/video12",
"/dev/sda1", "/dev/sda1",
"/dev/sdb1", "/dev/sdb1",
"/dev/sdc1", "/dev/sdc1",
"/dev/sdd1", "/dev/sdd1",
"/dev/sde1", "/dev/sde1",
"/dev/sdf1", "/dev/sdf1",
"/dev/sdg1", "/dev/sdg1",
"/dev/sda2", "/dev/sda2",
"/dev/sdb2", "/dev/sdb2",
"/dev/sdc2", "/dev/sdc2",
"/dev/sdd2", "/dev/sdd2",
"/dev/sde2", "/dev/sde2",
"/dev/sdf2", "/dev/sdf2",
"/dev/sdg2" "/dev/sdg2"
], ],
"map": [ "map": [
"config:rw", "config:rw",
"share:rw", "share:rw",
"media:rw", "media:rw",
"ssl" "ssl"
], ],
"name": "Emby NAS", "name": "Emby NAS",
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0, "PGID": 0,
"silent": true "silent": true
}, },
"ports": { "ports": {
"8096/tcp": 8096, "8096/tcp": 8096,
"8920/tcp": null, "8920/tcp": null,
"7359/udp": null, "7359/udp": null,
"1900/udp": null "1900/udp": null
}, },
"ports_description": { "ports_description": {
"8096/tcp": "web interface", "8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)", "8920/tcp": "https web interface (optional)",
"7359/udp": "udp server discover (optional)", "7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)" "1900/udp": "dlna (optional)"
}, },
"privileged": [ "privileged": [
"SYS_ADMIN", "SYS_ADMIN",
"DAC_READ_SEARCH" "DAC_READ_SEARCH"
], ],
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"TZ": "str?", "TZ": "str?",
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"smbv1": "bool?", "smbv1": "bool?",
"silent": "bool?" "silent": "bool?"
}, },
"slug": "emby_nas", "slug": "emby_nas",
"startup": "services", "startup": "services",
"upstream": "4.7.0.13", "upstream": "4.7.0.14",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.7.0.13", "version": "4.7.0.14",
"watchdog": "http://[HOST]:[PORT:8096]", "watchdog": "http://[HOST]:[PORT:8096]",
"webui": "http://[HOST]:[PORT:8096]" "webui": "http://[HOST]:[PORT:8096]"
} }