Add Notifiarr support (#52)

This commit is contained in:
Marius Nechifor
2025-02-02 20:45:50 +02:00
parent 1713d0fd1e
commit 19b3675701
46 changed files with 834 additions and 25 deletions
+20
View File
@@ -178,6 +178,12 @@ services:
- LIDARR__INSTANCES__0__APIKEY=secret5
- LIDARR__INSTANCES__1__URL=http://radarr:8687
- LIDARR__INSTANCES__1__APIKEY=secret6
# - NOTIFIARR__ON_IMPORT_FAILED_STRIKE=false
# - NOTIFIARR__ON_STALLED_STRIKE=false
# - NOTIFIARR__ON_QUEUE_ITEM_DELETE=false
# - NOTIFIARR__API_KEY=notifiarr_secret
# - NOTIFIARR__CHANNEL_ID=discord_channel_id
```
## Environment variables
@@ -257,6 +263,20 @@ services:
| LIDARR__INSTANCES__0__APIKEY | No | First LIDARR instance API key | empty |
</details>
### Notifications variables
<details>
<summary>Click here</summary>
| Variable | Required | Description | Default value |
|---|---|---|---|
| NOTIFIARR__ON_IMPORT_FAILED_STRIKE | No | Notify on failed import strike. | false |
| NOTIFIARR__ON_STALLED_STRIKE | No | Notify on stalled download strike. | false |
| NOTIFIARR__ON_QUEUE_ITEM_DELETE | No | Notify on deleting a queue item. | false |
| NOTIFIARR__API_KEY | No | Notifiarr API key.<br>Requires Notifiarr's `Passthrough` integration to work. | empty |
| NOTIFIARR__CHANNEL_ID | No | Discord channel id for notifications. | empty |
</details>
### Advanced variables
<details>
<summary>Click here</summary>