Create a clean and simple homepage for your server to keep all of your services and applications in one place. This tool generates a static HTML page that is fast, lightweight, and easy to deploy. It acts as a personal dashboard, giving you quick access to everything you host without the need for a complex backend or database.
Configuration is handled through a single, straightforward YAML file, making it incredibly easy to add, remove, or group your services. You can fully personalize the look and feel to match your preferences. Key features include:
Whether you're managing a home lab or just a few web services, this provides a perfect, fully-controlled entry point to your digital world.
services:
homer:
image: b4bz/homer:latest
container_name: homer
volumes:
- ./assets:/www/assets
ports:
- "8080:8080"
user: "1000:1000"
environment:
- INIT_ASSETS=1
restart: unless-stopped
# Homer does not require any sensitive environment variables in the docker-compose file.
# All dashboard configuration is managed via the config.yml file generated in the ./assets directory.
Auto-fetched 17 minutes ago
Auto-fetched 17 minutes ago