mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
parent
a01c40d4b3
commit
1b9a3f1975
2 changed files with 129 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ within Homer:
|
|||
+ [Emby / Jellyfin](#emby--jellyfin)
|
||||
+ [Uptime Kuma](#uptime-kuma)
|
||||
+ [Tautulli](#tautulli)
|
||||
+ [Healthchecks](#healthchecks)
|
||||
|
||||
If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
|
||||
|
||||
|
|
@ -223,3 +224,16 @@ endpoint pointing to Tautulli!
|
|||
type: "Tautulli"
|
||||
apikey: "MY-SUPER-SECRET-API-KEY"
|
||||
```
|
||||
|
||||
## Healthchecks
|
||||
|
||||
This service displays information about the configured status checks from the Healthchecks application.
|
||||
Two lines are needed in the config.yml :
|
||||
|
||||
```yaml
|
||||
type: "Healthchecks"
|
||||
apikey: "01234deb70424befb1f4ef6a23456789"
|
||||
```
|
||||
|
||||
The url must be the root url of the Healthchecks application.
|
||||
The Healthchecks API key can be found in Settings > API Access > API key (read-only). The key is needed to access Healthchecks API.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue