From 8a598dbdc03c608bc7f4f82a6e2a7f968cde6a39 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 bb675c7..4ceb119 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -163,6 +163,16 @@ Displays unread article count and total subscriptions from your FreshRSS server. password: "<---your-password--->" ``` +## 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 Displays a Gitea / Forgejo version.