mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
add service matrix, view status and version
This commit is contained in:
parent
b11bee7d64
commit
2a290004b7
2 changed files with 105 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ within Homer:
|
|||
- [Immich](#immich)
|
||||
- [Jellystat](#jellystat)
|
||||
- [Lidarr, Prowlarr, Sonarr, Readarr and Radarr](#lidarr-prowlarr-sonarr-readarr-and-radarr)
|
||||
- [Matrix](#matrix)
|
||||
- [Mealie](#mealie)
|
||||
- [Medusa](#medusa)
|
||||
- [Nextcloud](#nextcloud)
|
||||
|
|
@ -276,6 +277,18 @@ If you are using an older version of Radarr or Sonarr which don't support the ne
|
|||
legacyApi: true
|
||||
```
|
||||
|
||||
## Matrix
|
||||
|
||||
This service displays a version string instead of a subtitle. The indicator
|
||||
shows if Matrix Server is online, offline
|
||||
|
||||
```yaml
|
||||
- name: "Matrix - Server"
|
||||
type: "Matrix"
|
||||
logo: "assets/tools/sample.png"
|
||||
url: "http://matrix.example.com"
|
||||
```
|
||||
|
||||
## Mealie
|
||||
|
||||
First off make sure to remove an existing `subtitle` as it will take precedence if set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue