


A modern, fully static, fast, secure, and highly customizable application dashboard with 100+ service integrations.
/app/config/ pathsHomepage is configured via YAML files. On Zeabur, use the Config Editor (Settings > Configs) to create and edit these files. Changes persist across restarts. For full documentation, see gethomepage.dev/configs.
/app/config/services.yamlServices appear as large cards on your dashboard, with optional status monitoring.
- My Apps:
- Grafana:
icon: grafana.png
href: https://grafana.example.com
description: Monitoring dashboard
siteMonitor: https://grafana.example.com
- Social:
- GitHub:
icon: github.png
href: https://github.com/your-username
- YouTube:
icon: youtube.png
href: https://youtube.com/@your-channel
- Twitter:
icon: twitter.png
href: https://x.com/your-handle
/app/config/bookmarks.yamlBookmarks are compact link lists for quick navigation (no monitoring, just links).
- Developer:
- GitHub:
- href: https://github.com
icon: github.png
- Stack Overflow:
- href: https://stackoverflow.com
icon: stackoverflow.png
- Social:
- YouTube:
- href: https://youtube.com
icon: youtube.png
- Reddit:
- href: https://reddit.com
icon: reddit.png
/app/config/settings.yamltitle: My Dashboard
theme: dark
color: slate
headerStyle: underlined
language: en
See settings docs for all options (colors, backgrounds, layouts, etc.).
/app/config/widgets.yaml- search:
provider: google
target: _blank
- datetime:
locale: en
format:
dateStyle: short
timeStyle: short
Homepage includes 1000+ icons via Dashboard Icons. Use the filename directly: github.png, youtube.png, twitter.png, discord.png, notion.png, etc. You can also use si-github (Simple Icons) or mdi-home (Material Design Icons).
