homer
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
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Step 1: Run with Docker: docker run -d --name homer -p 8080:8080 -v /your/config:/www/assets b4bz/homer:latest
Step 2: Edit /your/config/config.yml to add your services (see documentation)
Step 3: Open http://localhost:8080 in your browser
- Step 1: Run with Docker: docker run -d --name homer -p 8080:8080 -v /your/config:/www/assets b4bz/homer:latest
- Step 2: Edit /your/config/config.yml to add your services (see documentation)
- Step 3: Open http://localhost:8080 in your browser
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 SourceUninstall 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.
Having issues? Check the FAQ below
5 FAQs
Similar Projects
Huginn
Huginn lets you build agents that automate online tasks. Events propagate through a directed graph. Monitor web, Twitter, email, and more.
RSSHub
RSSHub is the world's largest open-source RSS network. It generates RSS feeds from virtually any website, with over 5,000 instances and a thriving community. Perfect for aggregating social media, news, blogs, and more.
Puter
An open-source internet computer that lets you access all your files, apps, and games from anywhere, with self-hosting for full control.