Merge pull request #304 from xconverge/patch-1

Update Ping entry in docs
This commit is contained in:
Bastien Wirtz 2021-10-06 12:42:22 -07:00 committed by GitHub
commit c7dc6bfd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,4 +72,13 @@ 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/"
```