All checks were successful
deploy-docs / build-and-deploy (push) Successful in 38s
22 lines
631 B
Markdown
22 lines
631 B
Markdown
---
|
|
title: homepage
|
|
description: dashboard for links and homelab
|
|
author: wompmacho
|
|
date: 2025-02-04
|
|
lastmod: 2025-02-04
|
|
showHero: false
|
|
tags: []
|
|
---
|
|
|
|
## What is homepage?
|
|
|
|
`homepage` is an open-source, highly customizable, and static site-based dashboard designed to organize your self-hosted services into a beautiful, central hub.
|
|
|
|
Unlike other dashboards that require complex databases or heavy backend services, homepage runs as a lightweight, Docker-based container that reads a single configuration file (YAML).
|
|
|
|
## Docker Compose Example
|
|
|
|
```yaml
|
|
{{<include "/srv/configs/docker_compose/homepage/docker-compose.yaml">}}
|
|
```
|