jupyterhub / jupyter-rsession-proxy

Jupyter extensions for running an RStudio rsession proxy
BSD 3-Clause "New" or "Revised" License
118 stars 87 forks source link

Add --www-root-path argument to RStudio command. #96

Closed ryanlovett closed 3 years ago

ryanlovett commented 3 years ago

@yuvipanda RStudio 1.4 needs to know when it is no longer being served at /. We need to tell it that it is at /rstudio/ (e.g. on localhost) or on /some/path/hub/or/something/else/sets/rstudio. I look for JUPYTERHUB_SERVICE_PREFIX, but please let me know if there's a better way. I don't know if the jupyter server knows or cares where it is being served at so I don't think it provides any hint via analogous env var.