Skip to main content

ntfy

ntfy is a simple HTTP-based pub-sub notification service. You can use the public service at ntfy.sh or run your own server.

🔔 Configuration

Configure ntfy to send push notifications to your devices.

🌐Server URL

The URL of your ntfy server. Use https://ntfy.sh for the public service or your self-hosted instance URL.

📢Topics

The ntfy topics you want to publish to. You can specify multiple topics to send notifications to different channels or devices.

🔐Authentication Type

Choose how to authenticate with the ntfy server:

  • None: No authentication required (public topics)
  • Basic Auth: Username and password authentication
  • Access Token: Bearer token authentication

👤Username

Your username for basic authentication. Required when using Basic Auth authentication type.

🔑Password

Your password for basic authentication. Required when using Basic Auth authentication type.

🎫Access Token

Your access token for bearer token authentication. Required when using Access Token authentication type.

🔥Priority

The priority level for notifications:

  • Min: No vibration or sound. The notification will be under the fold in "Other notifications".
  • Low: No vibration or sound. Notification will not visibly show up until notification drawer is pulled down.
  • Default: Short default vibration and sound. Default notification behavior.
  • High: Long vibration burst, default notification sound with a pop-over notification.
  • Max: Really long vibration bursts, default notification sound with a pop-over notification.

Reference: https://docs.ntfy.sh/publish/#message-priority

🏷️Tags

Tags to add to notifications.

Reference: https://docs.ntfy.sh/publish/#tags-emojis