neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
671 stars 345 forks source link

Add a prefix url to Neo4j browser #1923

Open Davben93 opened 1 year ago

Davben93 commented 1 year ago

Description

I have a kubernetes cluster in which are present neo4j instances deployed in several pods each coupled with its own service exposing 7687 and 7474. Then in order to reach separately these services I make use of an ingress controller, which redirects each path URL to them. The only Neo4j instance reachable is for the path '/' while other paths (such as /bar, /foo) are not able to reach neo4j browser. In guess I have to modify the prefix_url or the base_url of neo4j browser, which I do not find a way to do it.

OskarDamkjaer commented 1 year ago

I'm not sure I understand your question fully, I'm don't have much experience with kubernetes. This sounds like an issue with how the hosting works which is part of the main repo. I would note though that if you can reach one instance of Neo4j Browser, that is enough. The Neo4j Browser can connect to any neo4j instance, not just the instance it was bundled with