GitBook: [master] 38 pages modified

This commit is contained in:
Jagandeep Brar
2021-04-16 05:52:48 +00:00
committed by gitbook-bot
parent 2c40cab832
commit 674467a87e
6 changed files with 44 additions and 3 deletions

View File

@@ -14,6 +14,10 @@
* [Logs](lunasea/logs.md)
* [Notifications](lunasea/notifications/README.md)
* [Lidarr](lunasea/notifications/lidarr.md)
* [Overseerr](lunasea/notifications/overseerr.md)
* [Radarr](lunasea/notifications/radarr.md)
* [Sonarr](lunasea/notifications/sonarr.md)
* [Tautulli](lunasea/notifications/tautulli.md)
* [Profiles](lunasea/profiles.md)
## Lidarr

View File

@@ -4,9 +4,38 @@ description: How to setup webhook-based push notifications with LunaSea
# Notifications
Many of the supported modules have support for webhook notifications, and we have setup a notification relay to get rich, instant notifications with deep-linking support sent as push notifications directly to your devices running LunaSea!
## Getting Started
{% hint style="warning" %}
**Notification support is currently in private-beta, please join the Discord to request access.**
Many of the supported modules have support for webhooks, which we can utilize with the hosted notification relay to get rich, instant notifications with deep-linking support sent as push notifications directly to your devices running LunaSea!
| Module | Supported? |
| :---: | :---: |
| [Lidarr](lidarr.md) | **Yes** ✅ |
| NZBGet | No ❌ |
| [Overseerr](overseerr.md) | **Yes** ✅ |
| [Radarr](radarr.md) | **Yes** ✅ |
| SABnzbd | No ❌ |
| [Sonarr](sonarr.md) | **Yes** ✅ |
| [Tautulli](tautulli.md) | **Yes** ✅ |
| [Overseerr](overseerr.md) | **Yes** ✅ |
{% hint style="info" %}
Support for additional modules will come over time!
{% endhint %}
## Notification Types
LunaSea supports two different types of notifications: **User-Based** and **Device-Based**.
### User-Based Notifications
User-based notifications send notifications to all devices that are registed to your LunaSea account. Your device is automatically registered when you register or sign in to your account. This means that any device that is currently signed-in to your account will receive notifications automatically.
### Device-Based Notifications
Device-based notifications send notifications to a single, specific device. Device-based notifications do not require a LunaSea account, but require you to register every device as a new webhook in the module.
## Getting Your User or Device Token

View File

@@ -0,0 +1,2 @@
# Overseerr

View File

@@ -0,0 +1,2 @@
# Radarr

View File

@@ -0,0 +1,2 @@
# Sonarr

View File

@@ -0,0 +1,2 @@
# Tautulli