升级了alist、emulatorjs-zh、nextcloud、portainer、xiaoya-alist、zigbee2mqtt

This commit is contained in:
waxgourd
2024-09-27 17:41:01 +08:00
parent 88914cd7ea
commit 2c49071499
12 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
## 29.0.7 (14-09-2024)
- 升级到linuxserver/docker-nextcloud最新版本
## 29.0.6 (07-09-2024)
- 升级到linuxserver/docker-nextcloud最新版本
## 29.0.5 (24-08-2024)
- 升级到linuxserver/docker-nextcloud最新版本
## 29.0.4-4 (23-08-2024)
- 修正了已知错误
## 29.0.4-3 (22-08-2024)

View File

@@ -77,7 +77,8 @@
],
"environment": {
"NEXTCLOUD_PATH": "/data/config/www/nextcloud",
"SKIP_DATA_DIRECTORY_PERMISSION_CHECK": "yes"
"SKIP_DATA_DIRECTORY_PERMISSION_CHECK": "yes",
"TRUSTED_PROXIES": "**"
},
"hassio_api": true,
"image": "m.fashgh.com/alexbelgium/nextcloud_ocr-{arch}",
@@ -93,7 +94,7 @@
"options": {
"Full_Text_Search": false,
"OCR": false,
"OCRLANG": "chi_sim",
"OCRLANG": "fra",
"PGID": 1000,
"PUID": 1000,
"additional_apps": "inotify-tools",
@@ -104,6 +105,7 @@
"trusted_domains": "your-domain, your-domain2",
"use_own_certs": false
},
"panel_admin": false,
"panel_icon": "mdi:cloud",
"ports": {
"443/tcp": 8099,
@@ -149,7 +151,7 @@
"uart": true,
"udev": true,
"url": "https://gitcode.com/waxgourd/addons",
"version": "29.0.4-4",
"version": "29.0.7",
"webui": "https://[HOST]:[PORT:443]",
"boot": "manual"
}