Changes between Version 24 and Version 25 of Clients/HTML5
- Timestamp:
- 12/17/19 04:27:56 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients/HTML5
v24 v25 2 2 = HTML5 Client = 3 3 4 T o setup your xpra server with HTML5 support:5 * you must have [https://github.com/kanaka/websockify websockify] installed 6 * use both the {{{bind-tcp=...}}} and the {{{html=on}}} flags on the command line, ie:4 The {{{xpra-html5}}} package should have been installed automatically when you installed xpra. 5 6 To setup your xpra server with HTML5 support, simply start a server with a TCP socket ({{{bind-tcp=...}}}) or a websocket ({{{bind-ws=...}}}), ie: 7 7 {{{ 8 xpra start --bind-tcp=0.0.0.0:14500 -- html=on --start=xterm8 xpra start --bind-tcp=0.0.0.0:14500 --start=xterm 9 9 }}} 10 10 You can then point your browser to [http://localhost:14500/] and the xterm should appear in your browser window. … … 39 39 http://localhost:14500/index.html?username=test&password=123456 40 40 }}} 41 When using the [https://xpra.org/html5/connect.html connect page], the credentials are not sent to the server. The javascript client handles authentication client side using HMAC. 41 42 }}} 42 43 … … 48 49 49 50 == AES == 50 Alternative (no longer supported): the following commands will setup an HTML5 server with AES encryption and password authentication then launch a browser and connect to it:51 Alternative: the following commands will setup an HTML5 server with AES encryption and password authentication then launch a browser and connect to it: 51 52 {{{ 52 53 PASSWORD=YOURPASSWORD