You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
361 B
18 lines
361 B
---
|
|
title: Gotify
|
|
description: Gotify Widget Configuration
|
|
---
|
|
|
|
Learn more about [Gotify](https://github.com/gotify/server).
|
|
|
|
Get a Gotify client token from an existing client or create a new one on your Gotify admin page.
|
|
|
|
Allowed fields: `["apps", "clients", "messages"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: gotify
|
|
url: http://gotify.host.or.ip
|
|
key: clientoken
|
|
```
|