OpenSource-Hub
H

homer

11.3k stars·System Optimization·SHA-256 checksum verified

Homer is a lightweight, fully static HTML/CSS/JS dashboard that lets you create a personal homepage for all your self-hosted services, bookmarks, and links. It requires no database or backend — just a YAML configuration file.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

A dead-simple static homepage configured by a single YAML file.

Core Features

  • Pure static, no database or backend required
  • Fuzzy search for quick service discovery
  • Multi-page layout with grouping, PWA installable
  • Theme customization and keyboard shortcuts
  • Docker one-click deployment with volume mount

What It Can't Do

  • Do not open index.html directly via file:// — requires an HTTP server. 2. The config directory must be writable by container user (UID 1000). 3. For subfolder deployment, set SUBFOLDER environment variable.

Use Cases

  • Self-hosted service navigation (NAS, router, media server)
  • Personal bookmark homepage replacing browser new tab
  • Quick intranet resource access for homelab

Homer is a lightweight, fully static HTML/CSS/JS dashboard that lets you create a personal homepage for all your self-hosted services, bookmarks, and links. It requires no database or backend — just a YAML configuration file. Features include fuzzy search, multi-page layout with grouping, PWA installability, theme customization, and keyboard shortcuts. Designed for minimal maintenance, Homer runs on any static file server or Docker container.

Tags

staticdashboardhomepageself-hostedyamlpwalightweight

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Run with Docker: docker run -d --name homer -p 8080:8080 -v /your/config:/www/assets b4bz/homer:latest

4

Step 2: Edit /your/config/config.yml to add your services (see documentation)

5

Step 3: Open http://localhost:8080 in your browser

Install Guide
  1. Step 1: Run with Docker: docker run -d --name homer -p 8080:8080 -v /your/config:/www/assets b4bz/homer:latest
  2. Step 2: Edit /your/config/config.yml to add your services (see documentation)
  3. Step 3: Open http://localhost:8080 in your browser
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop and remove the container: docker stop homer && docker rm homer; delete the mounted config directory.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseApache-2.0
Last Updated2026-06-26 04:15:17
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

5 FAQs

Similar Projects