升级了cups-airprint、ddnsto-go、dozzle、drawio、emby_beta、filebrowser、libretv、nextcloud、onenav、portainer、zigbee2mqtt;

This commit is contained in:
waxgourd
2025-07-30 17:03:35 +08:00
parent 60a3225b06
commit ce7aa3d450
24 changed files with 189 additions and 23 deletions

View File

@@ -1,3 +1,7 @@
## 4.9.1.10 (25-07-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
## 4.9.1.7 (22-07-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
## 4.9.1.3 (11-07-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
## 4.9.1.1 (13-06-2025)

View File

@@ -1,4 +1,4 @@
# Home assistant add-on: emby beta
# Home assistant add-on: emby
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
[![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA)

View File

@@ -1,6 +1,13 @@
{
"arch": ["aarch64","amd64"],
"backup_exclude": ["*/cache/","*/transcoding-temp/","*/logs/*"],
"arch": [
"aarch64",
"amd64"
],
"backup_exclude": [
"*/cache/",
"*/transcoding-temp/",
"*/logs/*"
],
"codenotary": "wghaos@163.com",
"description": "一个免费的软件媒体系统,让你掌控管理和流媒体内容(测试版)",
"devices": [
@@ -102,7 +109,10 @@
"8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)"
},
"privileged": ["SYS_ADMIN","DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -118,7 +128,7 @@
"slug": "emby_nas",
"udev": true,
"url": "https://gitcode.com/waxgourd/addons",
"version": "4.9.1.3",
"version": "4.9.1.10",
"video": true,
"boot": "manual"
}