2025-07-03 11:40:55 +08:00
|
|
|
|
# 
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
[](https://github.com/MauriceNino/dashdot/actions/workflows/deploy.yaml?branch=main)[](https://discord.gg/3teHFBNQ9W)
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
*欢迎加入 **Discord** 并 **star** 仓库,如果您喜欢这个项目!*
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
**dash.**(或 **dashdot**)是一个现代服务器仪表板,基于最新技术,以玻璃质感设计,旨在用于较小的 VPS 和私人服务器。
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
[在线演示](https://dash.mauz.dev) | [容器镜像](https://hub.docker.com/r/mauricenino/dashdot)
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
[](https://ko-fi.com/mauricenino)
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
**dash. 是一个开源项目,因此任何贡献都备受赞赏。 如果您有兴趣进一步开发此项目,请查看 [Contributing.md](https://github.com/MauriceNino/dashdot/blob/main/.github/CONTRIBUTING.md).**
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
如果您想从经济上支持这个项目,您可以访问我的 [GitHub 赞助](https://github.com/sponsors/MauriceNino) ,或者我的 [Ko-Fi](https://ko-fi.com/mauricenino)。
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 预览
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
| 暗黑模式 | 亮色模式 |
|
|
|
|
|
|
| --- | --- |
|
|
|
|
|
|
| | |
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
## 快速安装(Docker)
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
镜像托管在 [DockerHub](https://hub.docker.com/r/mauricenino/dashdot),适用于 AMD64 和 ARM 设备。
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
docker container run -it \
|
|
|
|
|
|
-p 80:3001 \
|
|
|
|
|
|
-v /:/mnt/host:ro \
|
|
|
|
|
|
--privileged \
|
|
|
|
|
|
mauricenino/dashdot
|
|
|
|
|
|
```
|
|
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
要了解更多关于为什么需要哪个标志,或者如果您想使用其他安装选项(如 `docker-compose` 或从源代码安装),请查看 [安装选项](https://getdashdot.com/docs/install) 。
|
2023-11-09 19:15:01 +08:00
|
|
|
|
|
2025-07-03 11:40:55 +08:00
|
|
|
|
要了解更多关于配置选项的信息,您可以访问[配置选项](https://getdashdot.com/docs/config) 。
|