mike-jumper commented on a change in pull request #95:
URL: https://github.com/apache/guacamole-website/pull/95#discussion_r750857972
##########
File path: faq.md
##########
@@ -262,6 +262,15 @@ method for X11, which is too complex. This is not
necessary, though - as far as
performance is concerned, there is an X.Org driver for Guacamole currently
under development which achieves the same goal (see above).
+### I would like to access web pages via Guacamole. Can you add support for
HTTP(s)? {#support-http}
+No. Guacamole is designed to be a remote desktop client, and the goal is not
+to provide a complete remote access solution (VPN, Proxy, Zero-Trust, etc.).
There
+are many existing services available for VPN, Reverse Proxy, and the like, and
Guacamole
+can complement these solutions by providing a remote desktop component to those
Review comment:
From what I can tell, Chrome/Chromium leverages the Blink browser engine
which uses Skia as its graphics engine:
* https://en.wikipedia.org/wiki/Blink_(browser_engine)
* https://en.wikipedia.org/wiki/Skia_Graphics_Engine
So, writing a protocol plugin for guacd that leverages Blink and a Guacamole
Skia backend would probably fit the bill.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]