mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
首次推出dpanel;
升级了get-hacs、haos_turbo3.
This commit is contained in:
@@ -121,7 +121,7 @@ Netdata每秒收集指标,并将其显示在漂亮的低延迟仪表板中。
|
|||||||
|
|
||||||
✓ [frp客户端V0.51.0](frp-client-51/) :
|
✓ [frp客户端V0.51.0](frp-client-51/) :
|
||||||
|
|
||||||
FRP客户端。
|
FRP客户端。此版本停止更新,请使用新"frp-client"addons
|
||||||
|
|
||||||
✓ [Addon Data Migrate](addon-data-migrate/) :
|
✓ [Addon Data Migrate](addon-data-migrate/) :
|
||||||
|
|
||||||
@@ -173,4 +173,8 @@ FRP客户端。
|
|||||||
|
|
||||||
✓ [PortainerZhWg](portainer-zh-wg/) :
|
✓ [PortainerZhWg](portainer-zh-wg/) :
|
||||||
|
|
||||||
轻松管理您的Docker环境。
|
轻松管理您的Docker环境。
|
||||||
|
|
||||||
|
✓ [DPanel](dpanel/) :
|
||||||
|
|
||||||
|
一款Docker可视化管理面板,提供完善的管理容器的功能。
|
||||||
|
|||||||
3
dpanel/CHANGELOG.md
Normal file
3
dpanel/CHANGELOG.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 1.1.4 (2024-10-18)
|
||||||
|
|
||||||
|
- 首次推出
|
||||||
6
dpanel/DOCS.md
Normal file
6
dpanel/DOCS.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# DPanel
|
||||||
|
|
||||||
|
## 使用方法
|
||||||
|
|
||||||
|
1. 默认账号:admin / admin
|
||||||
|
1. 需要关闭 “保护模式”
|
||||||
11
dpanel/README.md
Normal file
11
dpanel/README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# 冬瓜甄选addons:DPanel
|
||||||
|
|
||||||
|
## 关于
|
||||||
|
|
||||||
|
Docker 可视化管理面板,提供完善的管理容器的功能。
|
||||||
|
|
||||||
|
## 源
|
||||||
|
|
||||||
|
Github: https://github.com/donknap/dpanel
|
||||||
|
|
||||||
|
文档: https://donknap.github.io/dpanel-docs
|
||||||
18
dpanel/config.yaml
Normal file
18
dpanel/config.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: DPanel
|
||||||
|
version: "1.1.4"
|
||||||
|
slug: dpanel
|
||||||
|
description: Docker 可视化管理面板,提供完善的管理容器的功能
|
||||||
|
url: "https://github.com/donknap/dpanel"
|
||||||
|
image: r.hassbus.com/wghaos/dpanel
|
||||||
|
arch:
|
||||||
|
- armv7
|
||||||
|
- aarch64
|
||||||
|
- amd64
|
||||||
|
webui: "[PROTO:http]://[HOST]:[PORT:8807]"
|
||||||
|
ports:
|
||||||
|
80/tcp: 80
|
||||||
|
443/tcp: 443
|
||||||
|
8080/tcp: 8807
|
||||||
|
init: false
|
||||||
|
boot: manual
|
||||||
|
docker_api: true
|
||||||
BIN
dpanel/icon.png
Normal file
BIN
dpanel/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
BIN
dpanel/logo.png
Normal file
BIN
dpanel/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
@@ -1,7 +1,6 @@
|
|||||||
name: Get HACS
|
name: Get HACS
|
||||||
version: "1.3.1"
|
version: "1.3.1"
|
||||||
slug: get
|
slug: get
|
||||||
image: "ghcr.io/hacs/{arch}-addon-get"
|
|
||||||
description: 获取家庭助理HACS的最简单方法
|
description: 获取家庭助理HACS的最简单方法
|
||||||
startup: once
|
startup: once
|
||||||
boot: manual
|
boot: manual
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
### 2.2.6(2024-10-17)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### 2.2.5.1-2(2024-09-12)
|
### 2.2.5.1-2(2024-09-12)
|
||||||
|
|
||||||
- 首次推出
|
- 首次推出
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
version: 2.2.5.1-2
|
version: 2.2.6
|
||||||
slug: haos_turbo3
|
slug: haos_turbo3
|
||||||
name: HAOS加速器-其他通用
|
name: HAOS加速器-其他通用
|
||||||
description: Home Assistant系统加速器,支持科学 上网,首选使用
|
description: Home Assistant系统加速器,支持科学 上网,首选使用
|
||||||
|
|||||||
Reference in New Issue
Block a user