On Wed, Aug 21, 2024 at 6:27 AM Hugues BLAKIME <huguesblak...@gmail.com> wrote:
> Hi everyone > I'd like to know if there's a way to publish web applications as a > resource with Apache Guacamole. > Thank you > Currently, no, this feature is not supported - at least not directly. Guacamole supports the following protocols: Kubernetes, RDP, SSH, Telnet, and VNC. The only way to accomplish in Guacamole what I believe you're asking would be to create a connection of some type (RDP and VNC are obvious options) that has a web browser running in it that points to the page. You can put the web browser into kiosk/full screen mode within the connection to keep users to specific sites/resources. I'm sure this isn't exactly what you're looking for, just throwing it out as an option. For reference: https://issues.apache.org/jira/browse/GUACAMOLE-1659 -Nick