升级了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,5 @@
## 31.0.7 (29-07-2025)
- 升级到linuxserver/docker-nextcloud最新版本 (changelog : https://github.com/linuxserver/docker-nextcloud/releases)
## 31.0.6-2 (11-07-2025)
- 将超时时间增加到600秒。
## 31.0.6 (19-06-2025)

View File

@@ -1,5 +1,8 @@
{
"arch": ["aarch64","amd64"],
"arch": [
"aarch64",
"amd64"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Nextcloud个人专属或团队共享的私有云同步网盘",
"devices": [
@@ -119,7 +122,10 @@
"443/tcp": "Https Web Interface",
"80/tcp": "Web interface"
},
"privileged": ["SYS_ADMIN","DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"Full_Text_Search": "bool?",
"OCR": "bool?",
@@ -153,7 +159,7 @@
"uart": true,
"udev": true,
"url": "https://gitcode.com/waxgourd/addons",
"version": "31.0.6-2",
"version": "31.0.7",
"webui": "https://[HOST]:[PORT:443]",
"boot": "manual"
}