Update customservices readme for ping

Fixes #249

Would be improved with https://github.com/bastienwirtz/homer/pull/255
This commit is contained in:
Sean Kelly 2021-10-06 09:16:17 -07:00 committed by GitHub
parent 451b1ac624
commit e58461ffe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/"
```