From e58461ffe38cf38b6931f28d406e00daa8f7cd33 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Wed, 6 Oct 2021 09:16:17 -0700 Subject: [PATCH] Update customservices readme for ping Fixes #249 Would be improved with https://github.com/bastienwirtz/homer/pull/255 --- docs/customservices.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/customservices.md b/docs/customservices.md index 4a023a1..a07e47c 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -72,4 +72,12 @@ For Paperless you need an API-Key which you have to store at the item in the fie ## Ping -For Ping you need an API-Key which you have to store at the item in the field `apikey`. +For Ping you need to set the type to Ping and provide a URL. +```yaml +items: + - name: "Awesome app" + type: Ping + logo: "assets/tools/sample.png" + subtitle: "Bookmark example" tag: "app" + url: "https://www.reddit.com/r/selfhosted/" +``` -- 2.41.0