mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Updater bot : emby_beta updated to 4.9.1.6
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
|
||||||
|
## 4.9.1.6 (12-07-2025)
|
||||||
|
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||||
## 4.9.1.3 (28-06-2025)
|
## 4.9.1.3 (28-06-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
ARG BUILD_VERSION
|
ARG BUILD_VERSION
|
||||||
ARG BUILD_UPSTREAM="4.9.1.3"
|
ARG BUILD_UPSTREAM="4.9.1.6"
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|||||||
@@ -1,6 +1,13 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64"],
|
"arch": [
|
||||||
"backup_exclude": ["*/cache/", "*/transcoding-temp/", "*/logs/*"],
|
"aarch64",
|
||||||
|
"amd64"
|
||||||
|
],
|
||||||
|
"backup_exclude": [
|
||||||
|
"*/cache/",
|
||||||
|
"*/transcoding-temp/",
|
||||||
|
"*/logs/*"
|
||||||
|
],
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "A free Software Media System that puts you in control of managing and streaming your media (beta version)",
|
"description": "A free Software Media System that puts you in control of managing and streaming your media (beta version)",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -102,7 +109,10 @@
|
|||||||
"8096/tcp": "web interface",
|
"8096/tcp": "web interface",
|
||||||
"8920/tcp": "https web interface (optional)"
|
"8920/tcp": "https web interface (optional)"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
@@ -118,6 +128,6 @@
|
|||||||
"slug": "emby_nas",
|
"slug": "emby_nas",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
|
||||||
"version": "4.9.1.3",
|
"version": "4.9.1.6",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"github_beta": "true",
|
"github_beta": "true",
|
||||||
"last_update": "28-06-2025",
|
"last_update": "12-07-2025",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "emby",
|
"slug": "emby",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "linuxserver/docker-emby",
|
"upstream_repo": "linuxserver/docker-emby",
|
||||||
"upstream_version": "4.9.1.3"
|
"upstream_version": "4.9.1.6"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user