yuvipanda / jupyter-desktop-server

Run a Linux Desktop on a JupyterHub
BSD 3-Clause "New" or "Revised" License
46 stars 36 forks source link

How to pass URL parameters to vnc_lite.html? #27

Open gkprabhakar opened 4 years ago

gkprabhakar commented 4 years ago

vnc_lite.html states:

Connect parameters are provided in query string:
    http://example.com/?host=HOST&port=PORT&scale=true

How should I pass query strings to vnc_lite.html in this integration?

I've tried modifying __init__.py to contain: 'mappath': {'/': '/vnc_lite.html?scale=false'}, instead of 'mappath': {'/': '/vnc_lite.html'},

However, this does not have any effect.