开源实例之dash.
前言
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.
实例地址
实例配置
| 配置 | 描述 | 
|---|---|
| 系统 | Debian | 
| 服务端 | Node.js 22 | 
| 程序 | dashdot 6.0.0 | 
实例部署
权限要求
- 具有系统读写权限
 - 已安装 Node.js
 
安装程序
官网地址:https://getdashdot.com
仓库地址:https://github.com/MauriceNino/dashdot
Docker 部署
docker container run -itd \
  -p 3001:3001 \
  -v /:/mnt/host:ro \
  --privileged \
  mauricenino/dashdot本地部署
#克隆代码
git clone https://github.com/MauriceNino/dashdot
cd dashdot/
#构建
yarn
yarn build:prod
#启动
yarn start实例体验
后记
本实例仅供参考,不定期重置数据。

