升级了drawio、emby_beta、filebrowser、portainer、nextcloud;

This commit is contained in:
waxgourd
2025-07-11 19:57:55 +08:00
parent ac66d0a29b
commit b68c4249b9
10 changed files with 23 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
## 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)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)

View File

@@ -1,13 +1,6 @@
{
"arch": [
"aarch64",
"amd64"
],
"backup_exclude": [
"*/cache/",
"*/transcoding-temp/",
"*/logs/*"
],
"arch": ["aarch64","amd64"],
"backup_exclude": ["*/cache/","*/transcoding-temp/","*/logs/*"],
"codenotary": "wghaos@163.com",
"description": "一个免费的软件媒体系统,让你掌控管理和流媒体内容(测试版)",
"devices": [
@@ -109,10 +102,7 @@
"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",
@@ -128,7 +118,7 @@
"slug": "emby_nas",
"udev": true,
"url": "https://gitcode.com/waxgourd/addons",
"version": "4.9.1.1",
"version": "4.9.1.3",
"video": true,
"boot": "manual"
}