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 |
官网地址:https://getdashdot.com
仓库地址:https://github.com/MauriceNino/dashdot
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
本实例仅供参考,不定期重置数据。