Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ If you want Maintainerr to connect securely in manual mode, use your `*.plex.dir

</details>

### Plex in a separate Docker stack

If Plex and Maintainerr sit on different Docker networks, for example because each has its own Compose stack, Plex advertises an address that only exists inside its own network. Authentication succeeds and the server may even be listed, but connecting to it always fails.

Add your server's LAN address, such as `http://192.168.1.10:32400`, to `Custom server access URLs` under `Settings → (your server) → Network` in Plex Web (click **Show Advanced** to reveal the field), then press the **Refresh icon** next to the server selector in Maintainerr.

## Jellyfin

Jellyfin can also be used as your media server connection.
Expand Down