docs(notifications): add more documentation for notifications (#1856)

This PR adds more documentation methods for notifications. Most of it is taken from the Overseerr
documentation.
This commit is contained in:
Gauthier
2025-08-19 18:46:04 +02:00
committed by GitHub
parent e8ec3473da
commit 66d4cd63bb
7 changed files with 294 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
title: Gotify
description: Configure Gotify notifications.
sidebar_position: 5
---
# Gotify
## Configuration
### Server URL
Set this to the URL of your Gotify server.
### Application Token
Add an application to your Gotify server, and set this field to the generated application token.
:::info
Please refer to the [Gotify API documentation](https://gotify.net/docs) for more details on configuring these notifications.
:::