mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
升级了portainer-zh-wg、portainer-zh、xiaoya-alist;
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### 2.33.1 (2025-11-28)
|
||||
|
||||
- 更换镜像地址
|
||||
|
||||
### 2.33.1-2 (2025-09-28)
|
||||
|
||||
- 版本升级
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"backups",
|
||||
"docker_config/cli-plugins"
|
||||
],
|
||||
"description": "轻松管理您的Docker环境",
|
||||
"docker_api": true,
|
||||
"hassio_api": true,
|
||||
"image": "r.hassbus.com/wghaos/portainer-ce",
|
||||
"ingress": true,
|
||||
"ingress_port": 1337,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"boot": "manual",
|
||||
"map": [
|
||||
"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-zh-wg",
|
||||
"udev": true,
|
||||
"url": "https://gitcode.com/waxgourd/addons",
|
||||
"version": "2.33.1-2"
|
||||
}
|
||||
41
portainer-zh-wg/config.yaml
Normal file
41
portainer-zh-wg/config.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
backup_exclude:
|
||||
- backups
|
||||
- docker_config/cli-plugins
|
||||
description: 轻松管理您的Docker环境
|
||||
docker_api: true
|
||||
hassio_api: true
|
||||
image: r.hassbus.com/wghaos/addon-wghaos-portainer-ce
|
||||
ingress: true
|
||||
ingress_port: 1337
|
||||
ingress_stream: true
|
||||
init: false
|
||||
map:
|
||||
- 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-zh-wg
|
||||
udev: true
|
||||
url: https://gitcode.com/waxgourd/addons
|
||||
version: "2.33.1"
|
||||
boot: manual
|
||||
Reference in New Issue
Block a user