saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
66 stars 92 forks source link

App Request: dashdot #232

Closed aka95 closed 10 months ago

aka95 commented 1 year ago

dash.

A simple, modern server dashboard, primarily used by smaller private servers.

https://github.com/MauriceNino/dashdot

version: '3.5'

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

Preview

screenshot

Documentation

https://getdashdot.com/docs/install

Demo

https://dash.mauz.io/

Mangomc commented 1 year ago

Just saw that too. Would be nice to have that on saltbox