Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to crawl dashboard for local install #33

Open
wmburke opened this issue Oct 23, 2017 · 2 comments
Open

Fix link to crawl dashboard for local install #33

wmburke opened this issue Oct 23, 2017 · 2 comments
Assignees

Comments

@wmburke
Copy link
Contributor

wmburke commented Oct 23, 2017

The link currently points to /banana, which is fine unless you also need to define the port because it's a local install.

Can we get this to work in both cases?

@giuseppetotaro
Copy link
Contributor

@wmburke, the link points to "/banana" because of the web server configuration where "/banana" is proxied to 8983 port. This means that users should have root access to modify the web server configuration by adding a 1 to 1 mapping.
Theoretically we could tell docker to proxy internal to always use 8983 on host but in that case you only can have one process on that port. I think this is not a critical requirement so I believe we should keep things as is and trust the end proxy configuration.
@wmburke and @sujen1412 please feel free to add your comments and/or close the issue if you agree with my explanation.

@rduerr
Copy link

rduerr commented Mar 18, 2019

hmmm.... is this related to #41 by some chance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants