RDoc-4089 Dashboard: IP configuration - #2652
Merged
ppekrol merged 2 commits intoSep 7, 2026
Merged
Conversation
Lwiel
reviewed
Sep 7, 2026
Comment on lines
+133
to
+138
| * The Dashboard does not read the container name from Docker, | ||
| so the generated name may not match the running container. | ||
|
|
||
| * Before running the command, run `docker ps` on the Docker host and verify the container name. | ||
| A container started with the documented setup command is normally named `quill-<name>`. | ||
| Replace the generated name if it does not match. |
Contributor
There was a problem hiding this comment.
This only happens if a user changes the container name themselves?
Contributor
There was a problem hiding this comment.
From what I've checked it's the only case (assuming the setup command provided by Quill itself was used), so maybe we should mention this explicitly?
Member
Author
There was a problem hiding this comment.
=>
* The Dashboard does not read the actual container name from Docker.
The name in the generated command may therefore differ from the running container name,
for example, if you changed the container name when running the setup command provided by Quill.
* Before running the command, run `docker ps` on the Docker host and verify the container name.
Replace the generated name if it does not match.
Lwiel
approved these changes
Sep 7, 2026
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.
Issue link
https://issues.hibernatingrhinos.com/issue/RDoc-4089/Quill-documentation-Dashboard-IP-configuration
Additional description
Added documentation for the Dashboard IP configuration view,
covering current DNS bindings, updating them, and verifying the result.
Type of change
/templatesor readme)Changes in docs URLs
/scripts/redirects.jsonfile, setDocuments MovedPR label)Changes in UX/UI