question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

mention how to proxy dashbord link in README

See original GitHub issue

It took a lot of digging to find out how to connect to a dashboard on a remote machine/ jupyterhub instance. Finally I found: https://jobqueue.dask.org/en/latest/interactive.html#configuration and it works well. Could we link to this in the README?

That is the recommended way to connect to a dashboard via jupyterhub? How would a sysadmin best set that up for all users?

DASK_DISTRIBUTED__DASHBOARD__LINK="/user/{JUPYTERHUB_USER}/proxy/{port}/status"

before starting jupyterhub?

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
tlvucommented, Apr 14, 2022
DASK_DISTRIBUTED__DASHBOARD__LINK="{JUPYTERHUB_SERVICE_PREFIX}proxy/{port}/status"

Is even better since it will take care of everything in front of /user, if any.

Example on my system:

                "JUPYTERHUB_USER=lvu",           
                "JUPYTERHUB_BASE_URL=/jupyter/",
                "JUPYTERHUB_SERVICE_PREFIX=/jupyter/user/lvu/",
0reactions
mathausecommented, Sep 28, 2021

I think I had issues with this because I had an old config file around - now it seems to work without setting the environment variable.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Proxying the dashboard on a sub path broken #5017 - GitHub
Deploy the dashboard and expose it with an nginx that proxies to that dashboard on a sub path, so that the dashboard can...
Read more >
Link to Pages - ReadMe Documentation
To create a link between pages, start by typing [ and a scrollable menu of available pages to link to will appear. As...
Read more >
Fix gadget titles showing as __MSG_gadget in Jira server
STATUS; There are application links configured in Jira but they seem to be having some issue; Outbound proxy is configured and Base URL...
Read more >
npm Registry - JFrog - JFrog Documentation
The ability to access multiple npm registries from a single URL by ... To define a remote repository to proxy a remote npm...
Read more >
DNXLabs/eks-dashboard/aws | Terraform Registry
Terraform module for deploying kubernetes-dashboard inside a pre-existing EKS ... -dashboard/services/https:kubernetes-dashboard:https/proxy ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found