发布应用更新 DPanel 1.1.5

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-10-30 18:51:01 +08:00
parent 164f8fae4d
commit 528b5a0b9a
3 changed files with 31 additions and 0 deletions

View File

@ -15,3 +15,17 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: "admin"
edit: true
envKey: INSTALL_USERNAME
labelZh: 管理员 用户名
labelEn: Admin Username
required: true
type: text
- default: "admin"
edit: true
envKey: INSTALL_PASSWORD
labelZh: 管理员 密码
labelEn: Admin Password
required: true
type: text

View File

@ -21,3 +21,10 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- APP_NAME=${CONTAINER_NAME}
dpanel-plugin-explorer:
image: alpine:latest
container_name: dpanel-plugin-explorer
restart: unless-stopped
privileged: true
pid: host
command: [ "sh", "-c", "tail -f /dev/null" ]

View File

@ -12,6 +12,16 @@ Docker 可视化面板系统,提供完善的 docker 管理功能。
## 安装说明
<div style="border: 1px solid #FFC107; padding: 10px; border-radius: 5px; color: #856404; background-color: #FFF3CD; display: inline-block; width: 100%; max-width: 60%; margin-top: 10px;">
<div style="display: flex; align-items: center;">
<span style="font-size: 24px; margin-right: 8px;">⚠️</span>
<div>
<strong style="font-size: 16px;">警告</strong><br>
<span style="font-size: 14px; color: #333;">该应用申请使用 `特权模式` 将允许应用在容器内部执行特权操作,如挂载宿主机目录、访问宿主机设备等。</span>
</div>
</div>
</div>
> 默认用户名:`admin`
>
> 默认密码:`admin`