Gotify
Send push notifications via a self-hosted Gotify server. Gotify is a simple, self-hosted server for sending and receiving messages.
URL format
| Segment | Required | Description |
|---|---|---|
host | Yes | Hostname of your Gotify server (without https://) |
token | Yes | Application token from your Gotify dashboard |
Example
Finding your credentials
- Log in to your Gotify dashboard.
- Go to Apps → Create Application.
- Give it a name (e.g. "notifly") and click Create.
-
Copy the application token — it looks like
Axxxxxxxxxxxxand starts withA.
Self-hosting Gotify
Quirks & limitations
- Gotify requires a self-hosted server — there is no public cloud service.
- The application token is per-app, not per-user. Create one app per project for easier management.
- HTTPS is strongly recommended for production servers.