IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    开源实例之dash.

    dujun发表于 2025-05-22 00:41:00
    love 0

    前言

    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.

    实例地址

    https://dashdot.dujun.eu.org

    实例配置

    配置描述
    系统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

    实例体验

    浅色模式

    深色模式

    进入实例深度体验

    后记

    本实例仅供参考,不定期重置数据。

    体验更多开源实例



沪ICP备19023445号-2号
友情链接