Skip to content

Conversation

@jeff-matthews
Copy link
Contributor

@jeff-matthews jeff-matthews commented Dec 23, 2025

Purpose

This pull request (PR) proposes editorial and style revisions to the new custom installation page written by @Scoubi's in the install branch.

Staging

https://specterops-bp-2222-custom-install-revised.mintlify.app/get-started/custom-installation

@jeff-matthews jeff-matthews self-assigned this Dec 23, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 23, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@jeff-matthews jeff-matthews added the documentation Improvements or additions to documentation label Dec 23, 2025
@jeff-matthews jeff-matthews requested a review from Scoubi December 23, 2025 15:50
Copy link
Contributor

@Scoubi Scoubi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!
See minor suggestions/edits

The following example uses port `7575` instead of the default `7474` port:

```yaml
- 0.0.0.0:${NEO4J_WEB_PORT:-7575}:7474
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The IP should be 127.0.0.1
Using 0.0.0.0 bind the port to ALL interfaces and would expose bhce outside of localhost.

I think we should add a section that explains this. But I would do it with the web interface/port 8080

If you want, I can add the section, or you can do it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll defer to you on updating and adding a section to explain.

Updated bind_addr and NEO4J_WEB_PORT to use 127.0.0.1 instead of 0.0.0.0 for better security.
@Scoubi Scoubi merged commit 7bcd8bb into install Jan 7, 2026
3 checks passed
@Scoubi Scoubi deleted the BP-2222-custom-install-revised branch January 7, 2026 12:52
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants