This commit is contained in:
maxDorninger
2025-05-30 22:40:14 +02:00
parent 75b72bb03f
commit 626aa85d48
20 changed files with 634 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Indexer Settings
## 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 |