On Tue, Mar 25, 2025 at 11:35 AM Antoine Besnier
wrote:
> Nick wrote:
>
> This is only "required" in order to bypass unapproved licenses within the
> source tree.
>
>
> Note that this applies to ANY file added to the source tree. For example,
> if you write the build log to a file in the source t
I am seeking assistance in configuring Apache Guacamole so that a specific
connection is automatically accessible to all users, both current and
future, without requiring any manual configuration when new users are added.
Could you please advise on one of the following approaches?
1. *Public C
On Wed, Mar 26, 2025 at 11:16 AM Nick Couchman wrote:
> On Tue, Mar 25, 2025 at 9:32 AM Siva Padmanabhan
> wrote:
>
>> Thank you. Please see the attached the text file for the full compilation
>> error(Guacamole Client).
>>
>> Yes I am trying to install Guacamole natively , using the repo and
>>
On Tue, Mar 25, 2025 at 9:32 AM Siva Padmanabhan
wrote:
> Thank you. Please see the attached the text file for the full compilation
> error(Guacamole Client).
>
> Yes I am trying to install Guacamole natively , using the repo and
> following the instructions in the user guide.
> Guacamole server
On Wed, Mar 26, 2025 at 1:05 AM Balasubramanian NithishAnand MT-SWDC-IN <
nithishanand.balasubraman...@mt.com> wrote:
> Dear Team,
>
> I hope this message finds you well. I have a business requirement where I
> need to connect to a WebSocket server (ws://localhost:9000/8000). From my
> understandi
On Wed, Mar 26, 2025 at 4:07 AM Gal Sabas
wrote:
> Hi,
>
>
>
> I have my own web-client that is based on guacamole-client.
>
> I’m trying to add support to the “required” request for parameter
> prompting, I added this code to my client:
>
>
>
> let client = new Guacamole.Client(tunnel)
>
> clien
Hi,
I have my own web-client that is based on guacamole-client.
I’m trying to add support to the “required” request for parameter prompting, I
added this code to my client:
let client = new Guacamole.Client(tunnel)
client.onrequired = function(params) {
…
client.send(credentials);
}
For some re
On 3/25/25 12:14 AM, Viji Shankar wrote:
Hi Team,
We have deployed Apache Guacamole in a Kubernetes pod and are currently
experiencing slowness in the connection. Despite increasing the pod's
CPU and memory, the issue persists.
Additionally, we have observed multiple devices showing the conn
Hi,
Would you please be kind to share any other inputs to fix ?
Thanks
Subba
On Tue, Mar 25, 2025 at 1:59 PM Subbareddy Alamuru <
subbareddy.alam...@sycamoreinformatics.com> wrote:
>
> Hi Nick,
>
> Yes I did disable proxy buffering in nginx. This is how my nginx location
> block is configured.