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

Expose background server to custom interface #128

Open
nvictus opened this issue Jul 17, 2023 · 0 comments
Open

Expose background server to custom interface #128

nvictus opened this issue Jul 17, 2023 · 0 comments

Comments

@nvictus
Copy link
Member

nvictus commented Jul 17, 2023

The background servir server currently binds to 127.0.0.1 with no way to change it. PR

When higlass-python is running on a jupyter notebook hosted on a remote kernel, tilesets hosted by the user on that kernel will not be available because the server socket is not bound to a public-facing IP.

The straightforward solution that sidesteps this issue to use hg.server.enable_proxy(), but:

  1. It is currently not documented.
  2. It may not work in all cases, in which case exposing the server to a public interface 0.0.0.0 (assuming the port is accessible) is an alternative.
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

1 participant