self-hosted-cookbook/apps/dashboard/dashmachine.md
Tomasz Borychowski 91c277cdd6 .
2020-10-24 11:48:29 +01:00

643 B

DashMachine

  • user roles are nice
  • pretty monotonous and ugly - icons are huge and all look the same (no separation between apps & bookmarks, no sections)
  • easy to start, difficult to setup (config is edited through the UI and in case of an error, you may loose the UI...)

Screenshot

docker-compose.yml

version: '3.3'
services:
  dashmachine:
    image: rmountjoy/dashmachine:latest
    container_name: dashmachine
    restart: unless-stopped
    ports:
      - 4010:5000
    volumes:
      - ./data:/dashmachine/dashmachine/user_data