update admin email configuration to support multiple addresses and update documentation

This commit is contained in:
maxDorninger
2025-06-01 19:30:56 +02:00
parent e22c16dc28
commit 31874aeb31
12 changed files with 62 additions and 28 deletions

View File

@@ -2,8 +2,21 @@
## Prowlarr
| Variable | Description | Default | Example | Required (if Prowlarr enabled) |
|--------------------|-------------------------------------|-------------------------|------------------------|--------------------------------|
| `PROWLARR_ENABLED` | Set to `True` to enable Prowlarr. | `True` | `true` | No |
| `PROWLARR_API_KEY` | Your Prowlarr API key. | - | `prowlarr_api_key` | Yes |
| `PROWLARR_URL` | Base URL of your Prowlarr instance. | `http://localhost:9696` | `http://prowlarr:9696` | No |
| Variable | Description | Default | Example |
|--------------------|-------------------------------------|-------------------------|------------------------|
| `PROWLARR_ENABLED` | Set to `True` to enable Prowlarr. | `False` | `true` |
| `PROWLARR_API_KEY` | Your Prowlarr API key. | - | `prowlarr_api_key` |
| `PROWLARR_URL` | Base URL of your Prowlarr instance. | `http://localhost:9696` | `http://prowlarr:9696` |
## Jackett
| Variable | Description | Default | Example |
|--------------------|----------------------------------------------------|-------------------------|------------------------|
| `JACKETT_ENABLED` | Set to `True` to enable Jackett. | `False` | `true` |
| `JACKETT_API_KEY` | Your Prowlarr API key. | - | `jackett_api_key` |
| `JACKETT_URL` | Base URL of your Prowlarr instance. | `http://localhost:9117` | `http://prowlarr:9117` |
| `JACKETT_INDEXERS` | list of all indexers for Jackett to search through | `all` | `["1337x","0magnet"]` |
<note>
<include from="notes.topic" element-id="list-format"/>
</note>