cedricbieder
cedricbieder
Hi I used before the guacamole npm-package from @illgrenoble (https://www.npmjs.com/package/@illgrenoble/guacamole-common-js) and decided to try out yours now to get the newer version of guacamole. But I run into some errors...
### Bug Description Hi, I try to connect to a system hosted by an external party, so I don't have so much information of their system. I just now, there...
Hello, how can I load env-variables into the supervisord.conf? I trried: [program:firefox] priority=9 directory=%HOME% command=firefox --kiosk $WEBSITE user=%USER% stopwaitsecs=15 environment=DISPLAY=":1",HOME="%HOME%",USER="%USER%" but it just end in: www.$website.com
I set up an univention ldap server and try to connect to it with my nodejs server. For that I first tried the ldap-authentication [ldap-authentication](https://www.npmjs.com/package/ldap-authentication) package which works fine with...