升级了alist、dozzle、emby、emby_beta、filebrowser、nextcloud、portainer;

This commit is contained in:
waxgourd
2025-11-18 20:09:56 +08:00
parent a5d5563804
commit ea02bd7911
18 changed files with 596 additions and 564 deletions

View File

@@ -1,3 +1,4 @@
- 添加了通过config.yaml旁边的“env_vars”附加选项配置额外环境变量的支持。看https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 了解详情。
## 2.35.0 (24-10-2025)
- 从portainer/portainer更新到最新版本 (更改日志 : https://github.com/portainer/portainer/releases)
## 2.34.0 (26-09-2025)

47
portainer/config.yaml Normal file
View File

@@ -0,0 +1,47 @@
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:
env_vars: []
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:
env_vars:
- name: match(^[A-Za-z0-9_]+$)
value: str?
certfile: str
keyfile: str
password: str?
ssl: bool
slug: portainer
udev: true
url: https://gitcode.com/waxgourd/addons
version: "2.35.0"
boot: manual