´reformat docs

This commit is contained in:
maxDorninger
2025-06-01 19:54:38 +02:00
parent 31874aeb31
commit 268062a9be
6 changed files with 160 additions and 76 deletions

View File

@@ -2,20 +2,35 @@
## Prowlarr
| 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` |
### `PROWLARR_ENABLED`
Set to `True` to enable Prowlarr. Default is `False`. Example: `true`.
### `PROWLARR_API_KEY`
This is your Prowlarr API key. Example: `prowlarr_api_key`.
### `PROWLARR_URL`
Base URL of your Prowlarr instance. Default is `http://localhost:9696`. Example: `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"]` |
### `JACKETT_ENABLED`
Set to `True` to enable Jackett. Default is `False`. Example: `true`.
### `JACKETT_API_KEY`
This is your Prowlarr API key. Example: `jackett_api_key`.
### `JACKETT_URL`
Base URL of your Prowlarr instance. Default is `http://localhost:9117`. Example: `http://prowlarr:9117`.
### `JACKETT_INDEXERS`
List of all indexers for Jackett to search through. Default is `all`. Example: `["1337x","0magnet"]`.
<note>
<include from="notes.topic" element-id="list-format"/>