Dash.

dash. (或 dashdot)是一款现代服务器仪表盘,采用最新技术,设计时考虑到了玻璃形态。它适用于小型 VPS 和私人服务器。

预览

部署

Docker

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

Docker compose

version: '3.5'

services:
  dash:
    image: mauricenino/dashdot:latest
    restart: unless-stopped
    privileged: true
    ports:
      - '80:3001'
    volumes:
      - /:/mnt/host:ro

上述80端口可修改为自定义端口。

开源地址

Loading...

🏷本文标签:Docker,️Console,️Dashboard
最后修改:2024 年 08 月 04 日
如果觉得我的文章对你有用,请随意赞赏