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

Prefix websocket path with server path #1058

Closed
wants to merge 4 commits into from

Commits on Apr 19, 2018

  1. Prefix websocket path with server path

    If noVNC is not served at the root path, prefix the websocket path with the server path. This makes the path to the websocket consistent with the path to all the other web assets. This is convenient so that users do not need to manually change the path setting, though they still can override it.
    
    For example if the websockify server is at /some/sub/dir, with this patch noVNC will connect to /some/sub/dir/websockify rather than /websockify.
    ryanlovett committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    4b59e45 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Configuration menu
    Copy the full SHA
    59d5d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e07e1 View commit details
    Browse the repository at this point in the history
  3. Do not treat vnc_lite.html as a landing page.

    vnc_lite.html does not use ui.js.
    ryanlovett committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    d2cf5ec View commit details
    Browse the repository at this point in the history