diff --git a/docs/customservices.md b/docs/customservices.md index 1430166..3b4751b 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -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.