Keycloak config
hello, so i was trying to setup stuff behind npm and was trying to do it with keycloak and its not working... i have both keycloak and npm running as stacks through portainer... how do i make this work?
I'm not Nginx expert but thought I'd just point out that there is a pull request made recently for NPM that will allow you to configure OpenID (aka Keycloak) through the GUI.
It's also worth noting that you need that latest release of NPM (2.3.0) to work with OpenID. Out of the box Nginx doesn't support OpenID, but 2.30 has migrated from Nginx to OpenResty which does.
I was referring to setting it up behind npm so I could access the gui, but that's also good to know.
For some reason I can't seem to proxy the site at all... Same with pterodactyl-panel in docker... (I only got an openrusty successful install page for ptero)
What is not working exactly ? What are the errors you are seeing ?
Was this ever incorporated into this image? When I go to edit proxy host, I don't see the option for OpenID configuration.
The OpenID changes have been made in a separate branch, but are not merged yet in the main one. See https://github.com/jc21/nginx-proxy-manager/pull/753.