unsubbed.co

Lab Dash

For personal dashboards, Lab Dash is a self-hosted solution that provides application and server management dashboard.

Overview

An open-source dashboard designed to manage your server/homelab applications and services. An open-source dashboard designed to manage your server/homelab applications and services. - AnthonyGress/lab-dash The project has 433 GitHub stars and is licensed under GPL-3.0.

Key Features

Source: GitHub README

  • Shortcuts to your tools/services
  • System information
  • Service health checks
  • Custom widgets and more

Getting Started

Source: GitHub README

---
services:
  lab-dash:
      container_name: lab-dash
      image: ghcr.io/anthonygress/lab-dash:latest
      privileged: true
      #network_mode: host # for monitoring network usage stats. run `sudo ufw allow 2022/tcp` on ubuntu to allow access through firewall
      ports:
        - 2022:2022
      environment:
        - SECRET=YOUR_SECRET_KEY # any random string for used for encryption.
        # You can run `openssl rand -base64 32` to generate a key
      volumes:
        - /sys:/sys:ro
        - /docker/lab-dash/config:/config
        - /docker/lab-dash/uploads:/app/public/uploads
        - /var/run/docker.sock:/var/run/docker.sock
      restart: unless-stopped

Normalized Features

Source: tool-features-normalized.json

docker, docker compose, encryption, mobile app, npm.

Features

Security & Privacy

  • Encryption

Mobile & Desktop

  • Mobile App