feat: update dpanel 1.9.1.3

This commit is contained in:
arch3rPro
2025-12-12 14:37:28 +08:00
parent 13b0c0744b
commit ee0473a554
6 changed files with 13 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
additionalProperties: additionalProperties:
formFields: formFields:
- default: "40283" - default: "48080"
edit: true edit: true
envKey: PANEL_APP_PORT_HTTP envKey: PANEL_APP_PORT_HTTP
labelEn: Port labelEn: Port

View File

@@ -1,6 +1,6 @@
services: services:
dpanel: dpanel:
image: "dpanel/dpanel:1.9.1-lite" image: "dpanel/dpanel:1.9.1.3-lite"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
dpanel: dpanel:
image: dpanel/dpanel:1.9.1 image: dpanel/dpanel:1.9.1.3
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@@ -5,6 +5,8 @@ DPanel 是一款轻量化的管理 Docker、Podman 容器的可视化面板
![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white) ![](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 设备、盒子以及小型服务器。面板以容器的方式运行,不需要特权,对宿主机没有依赖及侵入,安全可靠。 原生的中文的界面,更适合中文环境使用。同时支持英文、日文等多种语言。安装简单,占用资源极低,更适合各种 Nas 设备、盒子以及小型服务器。面板以容器的方式运行,不需要特权,对宿主机没有依赖及侵入,安全可靠。
## 功能介绍 ## 功能介绍
@@ -13,7 +15,4 @@ DPanel 是一款轻量化的管理 Docker、Podman 容器的可视化面板
## 账户密码 ## 账户密码
``` 登录后需要初始化账号密码,登录后可在面板设置中修改密码
username: admin
password: admin
```

View File

@@ -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) ![](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 ## 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 ## Account Password
- **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
## Default Credentials After logging in, you need to initialize the account password, which can be modified in the panel settings after login
```
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