mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-07-17 16:38:59 +00:00
Add LibrisLog service to docs
This commit is contained in:
parent
22dd824d5d
commit
a33ebec8b7
1 changed files with 17 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ Available services are located in `src/components/`:
|
|||
- [Immich](#immich)
|
||||
- [Jellystat](#jellystat)
|
||||
- [Lidarr, Prowlarr, Sonarr, Readarr and Radarr](#lidarr-prowlarr-sonarr-readarr-and-radarr)
|
||||
- [LibrisLog](#librislog)
|
||||
- [Linkding](#linkding)
|
||||
- [Matrix](#matrix)
|
||||
- [Mealie](#mealie)
|
||||
|
|
@ -384,6 +385,22 @@ This integration supports at max 15 results from Linkding, but you can add it mu
|
|||
|
||||
Auto refresh is supported by this integration.
|
||||
|
||||
## LibrisLog
|
||||
|
||||
Displays library statistics from your LibrisLog book tracker: total books, books read, currently reading, and want-to-read counts.
|
||||
|
||||
```yaml
|
||||
- name: "LibrisLog"
|
||||
type: "LibrisLog"
|
||||
logo: "https://docs.librislog.app/logo.png"
|
||||
url: "https://my-service.url"
|
||||
apikey: "<---insert-api-key-here--->"
|
||||
```
|
||||
|
||||
Auto refresh is supported by this integration.
|
||||
|
||||
**API Key**: Generate an API key in your LibrisLog instance settings.
|
||||
|
||||
## Matrix
|
||||
|
||||
Displays a Matrix version, and shows if the server is online.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue