You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Ntfy.sh allows you to send notifications to your devices'
5
+
---
6
+
7
+
## Authentication Parameters
8
+
9
+
The Ntfy.sh provider requires the following authentication parameters:
10
+
11
+
-`Ntfy Access Token`: The access token for the Ntfy.sh account. This is required for the Ntfy.sh provider.
12
+
-`Ntfy Host URL`: (For self-hosted Ntfy) The URL of the self-hosted Ntfy instance in the format `https://ntfy.example.com`.
13
+
-`Ntfy Username`: (For self-hosted Ntfy) The username for the self-hosted Ntfy instance.
14
+
-`Ntfy Password`: (For self-hosted Ntfy) The password for the self-hosted Ntfy instance.
15
+
-`Ntfy Subcription Topic`: Required. The topic to which the notification will be sent.
16
+
17
+
## Connecting with the Provider
18
+
19
+
Obtain Ntfy Access Token (For Ntfy.sh only)
20
+
21
+
1. Create an account on [Ntfy.sh](https://ntfy.sh/).
22
+
2. After logging in, go to the [Access token](https://ntfy.sh/account) page.
23
+
3. Click on the `CREATE ACCESS TOKEN`. Give it a label and select token expiration time and click on the `CREATE TOKEN` button.
24
+
4. Copy the generated token. This will be used as the `Ntfy Access Token` in the provider settings.
25
+
26
+
Self-Hosted Ntfy
27
+
28
+
1. To self-host Ntfy, you can follow the instructions [here](https://docs.ntfy.sh/install/).
29
+
2. For self-hosted Ntfy, you will need to provide the `Ntfy Host URL`, `Ntfy Username`, and `Ntfy Password` in the provider settings instead of the `Ntfy Access Token`.
30
+
3. Create a new user for the self-hosted Ntfy instance and use the generated username and password in the provider settings.
31
+
32
+
Subscribing to a Topic (For Ntfy.sh and self-hosted Ntfy)
33
+
34
+
1. Login to your Ntfy.sh account.
35
+
2. Click on `Subscribe to a topic` button and generate name for the topic and subscribe to it.
36
+
3. Copy the generated topic name. This will be used as the `Ntfy Subcription Topic` in the provider settings.
37
+
4. Reserve the topic and confiure access (Requires ntfy Pro)
0 commit comments