bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
693 stars 117 forks source link

docker: keycloak | unknown option #89

Closed mwcp-media closed 6 months ago

mwcp-media commented 7 months ago

Hello, First of all, I would like to praise this fantastic project. This is exactly what I've been looking for for a long time. Unfortunately, I've been spending several days on it now and can't get it to work.

When I try the Docker variant, there seems to be a problem with Keycloak:

keycloak | Unknown option: 'start-dev --import-realm --http-relative-path' keycloak | Did you mean: kc.sh start-dev or kc.sh import or kc.sh start? keycloak | Try 'kc.sh --help' for more information on the available options keycloak exited with code 2

I read that there has been a change at Keycloak and this call is apparently no longer supported. Unfortunately, I can't adapt it to the new version. Can anyone help me?

I tried a direct installation. However, I only get 404 errors when calling /connect.

It would be really great if someone had detailed instructions and could make them available. Unfortunately, there is not much community knowledge to be found yet. If I can get it to work at some point in the future, I should make a YouTube video about it. :)

Best regards