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

Try xpra / xpra-html as Guacamole alternative #1216

Closed
MoritzWeber0 opened this issue Nov 30, 2023 · 1 comment · Fixed by #1355
Closed

Try xpra / xpra-html as Guacamole alternative #1216

MoritzWeber0 opened this issue Nov 30, 2023 · 1 comment · Fixed by #1355
Assignees

Comments

@MoritzWeber0
Copy link
Member

We should try out https://github.com/Xpra-org/xpra/ & https://github.com/Xpra-org/xpra-html5 as Guacamole alternative.

The idea comes from https://medium.com/omi-uulm/an-initial-approach-to-deliver-an-x11-application-as-a-web-service-79cc0f70bbed. Thanks @vik378 for sharing the link.

@MoritzWeber0
Copy link
Member Author

So far, I tried the following:

wget -O "/usr/share/keyrings/xpra.asc" https://xpra.org/xpra.asc
cd /etc/apt/sources.list.d
wget https://raw.githubusercontent.com/Xpra-org/xpra/master/packaging/repos/bookworm/xpra.sources
apt update
apt install xpra

Start the server with:

XPRA_PASSWORD=mysecret xpra start --start=autostart --bind-tcp=0.0.0.0:10000,auth=env

The server runs without root permissions.

The password can be passed to the url via the password query parameter, but it's not removed from the URL and therefore is vulnerable to session hijacking (for example, another user can gain access if the token is exposed during screen share or when the URL is shared with another user).

Also, I want to play a bit with the "Share server" option.

@dominik003 dominik003 moved this from Backlog to In Progress in Capella Collaboration Roadmap 🚀 Dec 12, 2023
@MoritzWeber0 MoritzWeber0 self-assigned this Jan 22, 2024
@MoritzWeber0 MoritzWeber0 moved this from In Progress to Planned in Capella Collaboration Roadmap 🚀 Jan 22, 2024
@MoritzWeber0 MoritzWeber0 moved this from Planned to In Progress in Capella Collaboration Roadmap 🚀 Feb 26, 2024
@MoritzWeber0 MoritzWeber0 moved this from In Progress to Done in Capella Collaboration Roadmap 🚀 Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant