I'm attempting to configure my self-hosted gitlab instance as a git source. I've attempted to set the Callback URL to https://coolify.mydomain.ca/webhooks/gitlab, but it returns Error 400 when I attempt to sign-in.
I should also clarify - I'm running behind Nginx Proxy Manager (no issues other than this so far). Is there something I need to pass in nginx parameters to have this work?
I can also confirm that bypassing the proxy and just accessing it directly via port 3000 allows it to work again, so it's definitely an issue with the proxy. Any suggestions would be greatly appreciated
Hello!
I'm attempting to configure my self-hosted gitlab instance as a git source. I've attempted to set the Callback URL to https://coolify.mydomain.ca/webhooks/gitlab, but it returns Error 400 when I attempt to sign-in.
I should also clarify - I'm running behind Nginx Proxy Manager (no issues other than this so far). Is there something I need to pass in nginx parameters to have this work?