mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-18 14:28:15 -04:00
34 lines
829 B
Markdown
34 lines
829 B
Markdown
---
|
|
title: ntfy.sh
|
|
description: Configure ntfy.sh notifications.
|
|
sidebar_position: 6
|
|
---
|
|
|
|
# ntfy.sh
|
|
|
|
## Configuration
|
|
|
|
### Server Root URL
|
|
|
|
Set this to the URL of your ntfy.sh server.
|
|
|
|
### Topic
|
|
|
|
Set this to the topic you want to send notifications to.
|
|
|
|
### Username + Password authentication (optional)
|
|
|
|
Set this to the username and password for your ntfy.sh server.
|
|
|
|
### Token authentication (optional)
|
|
|
|
Set this to the token for your ntfy.sh server.
|
|
|
|
### Priority (optional)
|
|
|
|
Set the priority level for notifications. Options range from Minimum (1) to Urgent (5), with Default (3) being the standard level. Higher priority notifications may bypass Do Not Disturb settings on some devices.
|
|
|
|
:::info
|
|
Please refer to the [ntfy.sh API documentation](https://docs.ntfy.sh/) for more details on configuring these notifications.
|
|
:::
|