首次推出dpanel;

升级了get-hacs、haos_turbo3.
This commit is contained in:
waxgourd
2024-10-18 16:17:22 +08:00
parent 3226e22738
commit f582976b97
10 changed files with 49 additions and 4 deletions

3
dpanel/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
# 1.1.4 (2024-10-18)
- 首次推出

6
dpanel/DOCS.md Normal file
View File

@@ -0,0 +1,6 @@
# DPanel
## 使用方法
1. 默认账号admin / admin
1. 需要关闭 “保护模式”

11
dpanel/README.md Normal file
View File

@@ -0,0 +1,11 @@
# 冬瓜甄选addonsDPanel
## 关于
Docker 可视化管理面板,提供完善的管理容器的功能。
## 源
Github: https://github.com/donknap/dpanel
文档: https://donknap.github.io/dpanel-docs

18
dpanel/config.yaml Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
dpanel/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB