Update to 4.6.0.28

This commit is contained in:
alexbelgium
2021-02-23 10:17:36 +01:00
parent 9a6606be51
commit 0cc40cd7ea
5 changed files with 27 additions and 7 deletions

0
emby/7 Normal file
View File

View File

@@ -1,4 +1,7 @@
## 4.6.0.28
- Update to latest version from linuxserver/docker-emby
## 4.6.0.26 ## 4.6.0.26
- Update to latest version from linuxserver/docker-emby - Update to latest version from linuxserver/docker-emby
- Enables PUID/GUID options - Enables PUID/GUID options

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.6.0.26" ARG BUILD_UPSTREAM="4.6.0.28"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}${BUILD_UPSTREAM}

View File

@@ -1,12 +1,17 @@
{ {
"name": "Emby beta NAS", "name": "Emby beta NAS",
"version": "4.6.0.26", "version": "4.6.0.28",
"upstream": "4.6.0.26", "upstream": "4.6.0.28",
"slug": "emby_nas", "slug": "emby_nas",
"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.",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services", "startup": "services",
"arch": ["aarch64", "amd64", "armv7", "armhf"], "arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"ports": { "ports": {
"8096/tcp": 8096, "8096/tcp": 8096,
"8920/tcp": null, "8920/tcp": null,
@@ -19,12 +24,24 @@
"7359/udp": "udp server discover (optional)", "7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)" "1900/udp": "dlna (optional)"
}, },
"map": ["config:rw", "share:rw", "media:rw", "ssl"], "map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"webui": "http://[HOST]:[PORT:8096]", "webui": "http://[HOST]:[PORT:8096]",
"boot": "auto", "boot": "auto",
"apparmor": "true", "apparmor": "true",
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "privileged": [
"devices": ["/dev/ttyUSB0", "/dev/*", "/dev/sda1"], "SYS_ADMIN",
"DAC_READ_SEARCH"
],
"devices": [
"/dev/ttyUSB0",
"/dev/*",
"/dev/sda1"
],
"full_access": true, "full_access": true,
"options": { "options": {
"PUID": 1001, "PUID": 1001,

0
nextcloud/7 Normal file
View File