Skip to main content

Homarr Dashboard

·158 words·1 min

Overview
#

Homarr is a modern, self-hosted dashboard that gives you a clean and interactive homepage for your homelab or media server setup.
It’s similar in spirit to Heimdall or Organizr, but with a more polished UI, widget support, and an active community.

In my setup, Homarr serves as the home portal for all my Docker-based services β€” Arr Stack, RustDesk, Watchtower, Jellyfin, etc.
Everything I manage day-to-day starts here.


Features I Use
#

  • 🧩 App Tiles: Quick launch buttons for everything in my lab.
  • πŸ“Š Dynamic Widgets: Display real-time info from qBittorrent, Sonarr, Radarr, etc.
  • πŸ” Auth Support: Integrates with Authelia or simple login.
  • 🧱 Fully Dockerized: Runs in a single lightweight container.
  • 🧠 Persistent Config: Stores settings in a local volume β€” no database needed.

Docker Compose Configuration
#

services:
  homarr:
    container_name: homarr
    image: ghcr.io/homarr-labs/homarr:latest
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
      - ./homarr/appdata:/appdata
    environment:
      - SECRET_ENCRYPTION_KEY=whateveryouwant
    ports:
      - '7575:7575'
Kolton Corr
Author
Kolton Corr
A little bit about you