]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - docs/index.md
Added 'Features' section from README to docs
[github/bastienwirtz/homer.git] / docs / index.md
CommitLineData
b82626bc
ES
1<img class="hero-image" src="images/screenshot.png" draggable="false" />
2
a2f2e527
ES
3## High-level overview
4
5Homer is web-based dashboard that simplifies your home page management. Designed
6for home labs, corporate internal networks, and anyone looking to organize their
7web-based work. It is built with [Vue](https://vuejs.org/) and uses `yaml`
8configuration files to provide you with a home page that is dead simple to build
9and serve!
10
11## Ease of use & customizability
12
13[Get up and running](/getting_started) in seconds using Docker and customize to
14your hearts content using the long list of [configuration](/configuration)
15options available! Add links to all your relevant services and web apps,
16categorize them in groups, and in some cases,
1d6d20e7
ES
17[get live status data](/custom_services) right there on your home page.
18Customize your home page with your own images and CSS to make it fit your style!
a2f2e527 19
819f0d40
ES
20## Features
21
22- [yaml](http://yaml.org/) file configuration
23- Installable (pwa)
24- Search
25- Grouping
26- Theme customization
27- Offline health check
28- keyboard shortcuts:
29 - `/` Start searching.
30 - `Escape` Stop searching.
31 - `Enter` Open the first matching result (respects the bookmark's `_target` property).
32 - `Alt`/`Option` + `Enter` Open the first matching result in a new tab.
33
b82626bc 34