diff --git a/apps/dpanel/1.9.1-lite/data.yml b/apps/dpanel/1.9.1.3-lite/data.yml similarity index 97% rename from apps/dpanel/1.9.1-lite/data.yml rename to apps/dpanel/1.9.1.3-lite/data.yml index 11a01cb..075c339 100644 --- a/apps/dpanel/1.9.1-lite/data.yml +++ b/apps/dpanel/1.9.1.3-lite/data.yml @@ -1,6 +1,6 @@ additionalProperties: formFields: - - default: "40283" + - default: "48080" edit: true envKey: PANEL_APP_PORT_HTTP labelEn: Port diff --git a/apps/dpanel/1.9.1-lite/docker-compose.yml b/apps/dpanel/1.9.1.3-lite/docker-compose.yml similarity index 90% rename from apps/dpanel/1.9.1-lite/docker-compose.yml rename to apps/dpanel/1.9.1.3-lite/docker-compose.yml index bd94d27..cc20c36 100644 --- a/apps/dpanel/1.9.1-lite/docker-compose.yml +++ b/apps/dpanel/1.9.1.3-lite/docker-compose.yml @@ -1,6 +1,6 @@ services: dpanel: - image: "dpanel/dpanel:1.9.1-lite" + image: "dpanel/dpanel:1.9.1.3-lite" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/apps/dpanel/1.9.1/data.yml b/apps/dpanel/1.9.1.3/data.yml similarity index 100% rename from apps/dpanel/1.9.1/data.yml rename to apps/dpanel/1.9.1.3/data.yml diff --git a/apps/dpanel/1.9.1/docker-compose.yml b/apps/dpanel/1.9.1.3/docker-compose.yml similarity index 94% rename from apps/dpanel/1.9.1/docker-compose.yml rename to apps/dpanel/1.9.1.3/docker-compose.yml index 1b198d4..83f81f7 100644 --- a/apps/dpanel/1.9.1/docker-compose.yml +++ b/apps/dpanel/1.9.1.3/docker-compose.yml @@ -1,6 +1,6 @@ services: dpanel: - image: dpanel/dpanel:1.9.1 + image: dpanel/dpanel:1.9.1.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/dpanel/README.md b/apps/dpanel/README.md index e881a80..5e4c578 100644 --- a/apps/dpanel/README.md +++ b/apps/dpanel/README.md @@ -5,6 +5,8 @@ DPanel 是一款轻量化的管理 Docker、Podman 容器的可视化面板 ![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white) +![](https://cdn.jsdelivr.net/gh/xiaoY233/PicList@main/public/assets/DPanel.png) + 原生的中文的界面,更适合中文环境使用。同时支持英文、日文等多种语言。安装简单,占用资源极低,更适合各种 Nas 设备、盒子以及小型服务器。面板以容器的方式运行,不需要特权,对宿主机没有依赖及侵入,安全可靠。 ## 功能介绍 @@ -13,7 +15,4 @@ DPanel 是一款轻量化的管理 Docker、Podman 容器的可视化面板 ## 账户密码 -``` -username: admin -password: admin -``` \ No newline at end of file +登录后需要初始化账号密码,登录后可在面板设置中修改密码 \ No newline at end of file diff --git a/apps/dpanel/README_en.md b/apps/dpanel/README_en.md index d4c365a..1a5cda8 100644 --- a/apps/dpanel/README_en.md +++ b/apps/dpanel/README_en.md @@ -1,42 +1,17 @@ -# DPanel +# DPanel Introduction -DPanel is a lightweight visual management panel for Docker and Podman containers. +DPanel is a lightweight visual management panel for Docker and Podman containers ![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white) -## Overview +![](https://cdn.jsdelivr.net/gh/xiaoY233/PicList@main/public/assets/DPanel.png) -DPanel provides a native Chinese interface that is more suitable for Chinese environments, while also supporting English, Japanese, and multiple other languages. The installation is simple with extremely low resource consumption, making it perfect for various NAS devices, set-top boxes, and small servers. The panel runs as a container without requiring privileges, making it dependency-free and non-intrusive to the host system, ensuring safety and reliability. +Native Chinese interface, more suitable for Chinese environments. Also supports English, Japanese and multiple other languages. Simple installation with extremely low resource consumption, more suitable for various NAS devices, set-top boxes and small servers. The panel runs in container mode, does not require privileges, has no dependencies or intrusion on the host system, safe and reliable. ## Features -The panel provides essential container management functionality including: +The panel provides basic container management functionality including containers, Compose, and images. Supports managing container internal files and adding Compose projects of multiple types. The standard version has built-in Nginx for convenient container port forwarding. Can add and manage multiple Docker servers through Docker API and SSH, and supports managing hosts through SSH and SFTP. -- **Container Management**: Manage Docker/Podman containers -- **Compose Management**: Support for multiple types of Compose projects -- **Image Management**: Container image management and operations -- **File Management**: Manage container internal files -- **Nginx Integration**: Built-in Nginx for convenient container port forwarding -- **Multi-Server Support**: Add and manage multiple Docker servers via Docker API and SSH -- **Host Management**: Manage host systems through SSH and SFTP +## Account Password -## Default Credentials - -``` -Username: admin -Password: admin -``` - -## Installation - -DPanel runs as a container and can be easily deployed using Docker Compose or other container management tools. For specific installation instructions, please refer to the included docker-compose.yml file. - -## System Requirements - -- Minimal resource requirements -- Compatible with NAS devices, set-top boxes, and small servers -- Supports Docker and Podman container runtimes - -## License - -Copyright © arch3rPro \ No newline at end of file +After logging in, you need to initialize the account password, which can be modified in the panel settings after login \ No newline at end of file