升级了openlist、portainer、dozzle、dpanel、drawio、filebrowser、lucky、netdata、nextcloud;

This commit is contained in:
waxgourd
2025-11-25 19:10:22 +08:00
parent ea02bd7911
commit d2246f58fa
19 changed files with 39 additions and 62 deletions

View File

@@ -1,4 +1,9 @@
- 添加了通过config.yaml旁边的“env_vars”附加选项配置额外环境变量的支持。看https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 了解详情。
## 2.33.4 (25-11-2025)
- 从portainer/portainer更新到最新版本更改日志https://github.com/portainer/portainer/releases)
- Home Assistant项目已经弃用了对armv7、armhf和i386架构的支持。在即将发布的家庭助理2025.12版本中,将完全放弃支持
- 添加了通过config.yaml旁边的“env_vars”附加选项配置额外环境变量的支持。看https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2了解详情。
## "2.35.0" (24-10-2025)
- 修正了已知错误
## 2.35.0 (24-10-2025)
- 从portainer/portainer更新到最新版本 (更改日志 : https://github.com/portainer/portainer/releases)
## 2.34.0 (26-09-2025)

View File

@@ -1,52 +0,0 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"backup_exclude": [
"backups",
"docker_config/cli-plugins"
],
"description": "轻松管理您的Docker环境",
"docker_api": true,
"hassio_api": true,
"image": "r.hassbus.com/alexbelgium/portainer-{arch}",
"ingress": true,
"ingress_port": 1337,
"ingress_stream": true,
"init": false,
"map": [
"addon_config:rw",
"share:rw",
"ssl"
],
"name": "Portainer",
"options": {
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"password": "homeassistant",
"ssl": false
},
"panel_admin": false,
"panel_icon": "mdi:docker",
"ports": {
"8000/tcp": null,
"9099/tcp": 9000
},
"ports_description": {
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)",
"9099/tcp": "Web UI port"
},
"schema": {
"certfile": "str",
"keyfile": "str",
"password": "str?",
"ssl": "bool"
},
"slug": "portainer",
"udev": true,
"url": "https://gitcode.com/waxgourd/addons",
"version": "2.35.0",
"boot": "manual"
}

View File

@@ -43,5 +43,5 @@ schema:
slug: portainer
udev: true
url: https://gitcode.com/waxgourd/addons
version: "2.35.0"
version: "2.33.4"
boot: manual