From 6bf4ed05926bf97f5ec774f29dc720461b59ecd6 Mon Sep 17 00:00:00 2001 From: M Date: Mon, 26 May 2025 14:16:44 +0200 Subject: [PATCH] Add documentation --- docs/customservices.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/customservices.md b/docs/customservices.md index c1f0812..7391987 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -154,6 +154,16 @@ The FreshRSS service displays unread and subscriptions counts from your FreshRSS updateInterval: 5000 # (Optional) Interval (in ms) for updating the stats ``` +## Gatus + +The Gatus service displays information about the configured services from the defined Gatus server. +Two lines are needed in the config.yml : + +```yaml + type: "Gatus" + url: "http://192.168.0.151/gatus" + +``` ## Gitea / Forgejo This service displays a version string instead of a subtitle. Example configuration: