mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 06:27:57 +08:00
发布应用更新 DPanel 1.1.5
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
164f8fae4d
commit
528b5a0b9a
@ -15,3 +15,17 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
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
|
||||||
|
@ -21,3 +21,10 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=${CONTAINER_NAME}
|
- 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" ]
|
||||||
|
@ -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`
|
||||||
>
|
>
|
||||||
> 默认密码:`admin`
|
> 默认密码:`admin`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user