1
0
Fork 0
1Panel-Appstore/dashdot
pooneyy c1ad7e987c Merge branch 'only-apps-no-pr' into only-apps-fused-into-only-apps-QYG2297248353 2025-06-14 16:22:34 +08:00
..
6.0.0 Update app version [skip ci] 2025-04-04 19:01:01 +00:00
dev feat:格式化yaml文件 2024-12-12 21:27:56 +08:00
sha-6f7544d feat:格式化yaml文件 2024-12-12 21:27:56 +08:00
README.md 发布应用 Dash. 含 GPU版本 2024-12-06 11:27:41 +08:00
data.yml feat:格式化yaml文件 2024-12-12 21:27:56 +08:00
logo.png 发布应用 Dash. 含 GPU版本 2024-12-06 11:27:41 +08:00

README.md

dash. - a modern server dashboard

Feel free to join the Discord and star the repo if you like the project!


dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. It is intended to be used for smaller VPS and private servers.


Live Demo | Docker Image

Consider sponsoring the development of this project

dash. is a open-source project, so any contribution is highly appreciated. If you are interested in further developing this project, have a look at the Contributing.md.

In case you want to financially support this project, you can visit my GitHub Sponsors, or my Ko-Fi.

Preview

Dark-Mode Light-Mode
Screenshot of the dark-mode Screenshot of the light-mode

Quick Install (Docker)

Images are hosted on DockerHub, and are available for both AMD64 and ARM devices.

docker container run -it \
  -p 80:3001 \
  -v /:/mnt/host:ro \
  --privileged \
  mauricenino/dashdot

To get more information on why which flag is needed, or if you want to use other install options instead (docker-compose, or from source), have a look at the installation options.

To read more about configuration options, you can visit the configuration options.