mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
add service TruenasScale, view status and version
This commit is contained in:
parent
e5bd328d21
commit
6916c2fed3
2 changed files with 110 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ within Homer:
|
|||
- [Tautulli](#tautulli)
|
||||
- [Tdarr](#tdarr)
|
||||
- [Traefik](#traefik)
|
||||
- [TrueNas Scale](#truenas-scale)
|
||||
- [Uptime Kuma](#uptime-kuma)
|
||||
- [Vaultwarden](#vaultwarden)
|
||||
- [Wallabag](#wallabag)
|
||||
|
|
@ -657,6 +658,18 @@ This service displays a version string instead of a subtitle. Example configurat
|
|||
url: http://traefik.example.com
|
||||
```
|
||||
|
||||
## Truenas Scale
|
||||
|
||||
This service displays a version string instead of a subtitle. Example configuration:
|
||||
|
||||
```yaml
|
||||
- name: "Truenas"
|
||||
type: "TruenasScale"
|
||||
logo: "assets/tools/sample.png"
|
||||
url: "http://truenas.example.com"
|
||||
api_token: "your_api_token"
|
||||
```
|
||||
|
||||
## Uptime Kuma
|
||||
|
||||
Using the Uptime Kuma service you can display info about your instance uptime right on your Homer dashboard.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue