mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
升级了openlist、portainer、dozzle、dpanel、drawio、filebrowser、lucky、netdata、nextcloud;
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user