yudai / gotty

Share your terminal as a web application
MIT License
18.77k stars 1.38k forks source link

X11 forwarding? #252

Open jkeen871 opened 5 years ago

jkeen871 commented 5 years ago

When file a bug report (see below for feature requests)

Please answer these quesions for a bug report. Thanks!

What version of GoTTY are you using (gotty --version)?

What operating system and browser are you using?

What did you do?

If possible, please provide the command you ran.

What did you expect to see?

What did you see instead?

If possible, please provide the output of the command and your browser's console output.

When file a new feature proposal

Please provide an actual usecase that requires your new feature.

jkeen871 commented 5 years ago

Is there a method to allow Xforwarding to the local hast?

Im my current use case I am running GOTTY in a docker container, the container is configured to allow gui apps to run against the local Xserver.

I would like to run GOTTY in a K8's cloud with xforwarding via the http/https connection without having an ssh connection to the host.

Thanks,