Hey,
I'm trying to use the proxyAuth addon with an app I've packaged. It's my understanding that the proxy auth sits between the reverse proxy and the app container and therefore requires no changes to my app code? The app I packaged is running Nginx to server a site so just confirming I don't need to make changes to the nginx config for that.
Here's my CloudronManifest
{
"version": "0.1.0",
"healthCheckPath": "/",
"httpPort": 80,
"addons": {
"localstorage": {},
"proxyAuth": {}
},
"manifestVersion": 2
}
The issue I'm having is that when I go to my site it's not giving me the login prompt. I've tried on other devices/incognito etc in case it was caching the page/creds.
Cheers!
Ross