mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 08:45:06 +01:00
This PR adds more documentation methods for notifications. Most of it is taken from the Overseerr documentation.
30 lines
590 B
Markdown
30 lines
590 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.
|
|
|
|
:::info
|
|
Please refer to the [ntfy.sh API documentation](https://docs.ntfy.sh/) for more details on configuring these notifications.
|
|
:::
|