docs: document connecting to Plex in a separate Docker stack - #157
Merged
Conversation
Plex running in its own Docker Compose stack advertises the address of the network it sits on, which nothing outside that network can reach. Maintainerr authenticates fine and may even list the server, but every connection to it fails, and the cause is invisible from Maintainerr's side. This is a subsection with its own heading rather than another admonition. The Plex section already carries three notes, and the report was specifically that the fix is unfindable, so a sidebar entry is worth more than a fourth callout. It sits after the collapsible blocks so neither of them falls under it. The existing "Server list is empty" block covers a different symptom, where Plex publishes no reachable connection at all and the dropdown stays empty.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Anyone running Plex in its own Docker Compose stack now has a documented reason why Maintainerr authenticates but never connects, and the one setting that fixes it. Closes Maintainerr/Maintainerr#3576.
Plex advertises the address of the network it sits on, which nothing outside that network can reach, so the fix is on the Plex side: add the LAN address to
Custom server access URLs.It is a
###subsection rather than another admonition. The Plex section already carries three notes, and the report was that this is unfindable, so a sidebar entry is worth more than a fourth callout. The existing "Server list is empty" block covers a different symptom, where the dropdown stays empty because Plex publishes no reachable connection at all.npm run buildpasses, no broken links.