Hi,
I want to be sure I am not missing anything and it is a network issue on
my side.
I want to build guacamole-client . Here is my environment:
- maven 3.6.3-5 (running on debian 11)
- IPv6-only with a NAT64 gateway in the network.
Question: do I need specific packages in addition to maven?
I’ve spent a good bit of time trying to get guacamole in docker working on ARM, specifically for the Raspberry Pi series of SBCs. When I started, I used someone’s docker-compose which worked out of the gate but it only worked on non-arm devices at the time because it uses a release of the guacd and
Just a quick comment. I've compiled the server on Pi4 and recently on Pi5, it's
not too difficult, if you want to try that:
https://guacamole.apache.org/doc/gug/installing-guacamole.html
I'll probably move to Docker eventually, but at the moment I need to see the
internals.
Best Hugh Barnard
Hi,
Thank you
I will try these images you mention
I will wait until the official image is ARM64 compatible.
Should I post a ticket in Jira?
Le jeu. 30 mai 2024 à 15:17, Antoine Besnier
a écrit :
> HI,
>
> I don't think you will get support from the Guacamole team for unofficial
> images.
>
> Mo
I forgot to mention that Oznu's image (and its derivatives too), are self
contained, meaning they include guacd, guacamole client, and postgresql
all-in-one. No need to add guacd and postgresql in your docker compose.
Cheers
Antoine
Le jeudi 30 mai 2024 à 15:17:46 UTC+2, Antoine Besnier
On Thu, May 30, 2024 at 9:17 AM Antoine Besnier
wrote:
> HI,
>
> I don't think you will get support from the Guacamole team for unofficial
> images.
>
> More over, Oznu's image has been abandoned more than 3 years ago. There
> are plenty of replacements. The most popular one was Max Waldorf's, no
HI,
I don't think you will get support from the Guacamole team for unofficial
images.
More over, Oznu's image has been abandoned more than 3 years ago. There are
plenty of replacements. The most popular one was Max Waldorf's, now handed over
to flcontainers (flcontainers/guacamole but it has
Hello,
I have been stuck for several days on an installation of Guacamole in
Docker (via openmediavault) on an ARM architecture (raspberry PI 5) I tried
several images I use the “oznu/guacamole:armhf” image which seems to
support ARM, but I always see the same error message in the logs, despite
th
Hello Jon,
if this project had a simple script hook interface where authentication can be
done by an external script feeded with every possible information needed for
that, then a question like this would not be needed. There would be no need to
discuss every thinkable authentication method becaus