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

access from other than localhost #6

Open
jhuber99 opened this issue Feb 19, 2020 · 2 comments
Open

access from other than localhost #6

jhuber99 opened this issue Feb 19, 2020 · 2 comments

Comments

@jhuber99
Copy link

First off, great work !!!
I have installed and have everything running fine on Ubuntu 18.04
Have modified to have the web interface access work for IP of host (not just localhost).
When accessing the web interface via real IP from the host running LiSa everything works.
When accessing the web interface from somewhere else on the network, the web page comes up, the results page is empty, and when trying to submit a file it just spins and never works.

I have modified DB to listen on both loopback and IP of machine, but that doesn't help.

How can use the web interface from something other than than being run on the LiSa box ?

@ttimasdf
Copy link

modify docker compose to change the webhost argument to your external IP. This argument is hardcoded inside application and cannot be changed after build. All API calls inside web ui reference to it.

@jrespeto
Copy link
Contributor

jrespeto commented Nov 9, 2021

if you want you can build on a headless VM and stand up an ssh tunnel to it.

ssh -L localhost:4242:localhost:4242 root@x.x.x.x

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

3 participants