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)
|
### 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
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
### 2.35.0 (2025-11-28)
|
||||||
|
- 版本升级
|
||||||
### 2.19.1(2024-02-22)
|
### 2.19.1(2024-02-22)
|
||||||
|
|
||||||
- 首次推出
|
- 首次推出
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
name: Portainer汉化版
|
name: Portainer汉化版
|
||||||
version: 2.19.1
|
version: 2.35.0
|
||||||
slug: portainerZH
|
slug: portainerZH
|
||||||
description: 轻松管理您的Docker环境
|
description: 轻松管理您的Docker环境
|
||||||
url: 'https://gitcode.com/waxgourd/addons'
|
url: 'https://gitcode.com/waxgourd/addons'
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
### hostmode-2025110809 (2025-11-26)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### hostmode-2025103009 (2025-10-30)
|
### hostmode-2025103009 (2025-10-30)
|
||||||
|
|
||||||
- 版本升级
|
- 版本升级
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: 小雅Alist
|
name: 小雅Alist
|
||||||
version: hostmode-2025103009
|
version: hostmode-2025110809
|
||||||
slug: xiaoya-alist
|
slug: xiaoya-alist
|
||||||
description: '一个口碑级的alist应用'
|
description: '一个口碑级的alist应用'
|
||||||
url: https://gitcode.com/waxgourd/addons
|
url: https://gitcode.com/waxgourd/addons
|
||||||
|
|||||||
Reference in New Issue
Block a user