mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00

* feat(notifications): adds gotify notifications adds new settings screen for gotify notifications including url, token and types settings fix #2183 * feat(notif): add Gotify agent addresses PR comments, runs i18n:extract fix #2183 * reword validationTokenRequired change wording to indicate presence, not validity Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com> * feat(notifications): gotify notifications fix applies changes from #2077 in which Yup validation was failing for types fix #2183 * feat(notifications): adds gotify notifications adds new settings screen for gotify notifications including url, token and types settings fix #2183 * feat(notif): add Gotify agent addresses PR comments, runs i18n:extract fix #2183 * reword validationTokenRequired change wording to indicate presence, not validity Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com> * feat(notifications): gotify notifications fix applies changes from #2077 in which Yup validation was failing for types fix #2183 * feat(notifications): incorporate issue feature into gotify notifications * feat(notifications): adds gotify notifications adds new settings screen for gotify notifications including url, token and types settings fix #2183 * feat(notif): add Gotify agent addresses PR comments, runs i18n:extract fix #2183 * reword validationTokenRequired change wording to indicate presence, not validity Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com> * feat: add missing ts field include notifyAdmin in test notification endpoint * feat: apply formatting/line break items add addition line break before conditional, change ordering of notifyAdmin/notifyUser in test endpoint * feat: remove duplicated endpoints during rebase, notification endpoints were duplicated upon rebasing. remove duplicate routes * feat: correct linting quirks * feat: formatting improvements * feat(gotify): refactor axios post to leverage 'getNotificationPayload' Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
27 lines
910 B
Markdown
27 lines
910 B
Markdown
# Notifications
|
|
|
|
## Supported Notification Agents
|
|
|
|
Overseerr currently supports the following notification agents:
|
|
|
|
- [Email](./email.md)
|
|
- [Web Push](./webpush.md)
|
|
- [Discord](./discord.md)
|
|
- [Gotify](./gotify.md)
|
|
- [LunaSea](./lunasea.md)
|
|
- [Pushbullet](./pushbullet.md)
|
|
- [Pushover](./pushover.md)
|
|
- [Slack](./slack.md)
|
|
- [Telegram](./telegram.md)
|
|
- [Webhooks](./webhooks.md)
|
|
|
|
## Setting Up Notifications
|
|
|
|
Simply configure your desired notification agents in **Settings → Notifications**.
|
|
|
|
Users can customize their personal notification preferences in their own user notification settings.
|
|
|
|
## Requesting New Notification Agents
|
|
|
|
If we do not currently support your preferred notification agent, feel free to [submit a feature request on GitHub](https://github.com/sct/overseerr/issues). However, please be sure to search first and confirm that there is not already an existing request for the agent!
|