nathcoad

Results 7 comments of nathcoad

I tried updating the version in docker-compose to 5.35.0 and rebuilding. The app container starts fine, but the update to the web container to work as an unprivileged user doesn't...

I previously upgraded Postgres to version 13.2 via the script at https://github.com/mattermost/mattermost-docker/issues/489#issuecomment-790277661 I'll try deleting the volumes for the web container and then running another docker-compose build, in case something...

Yep that fixed my issue with the unprivileged nginx build.

Looking at #30 gave me a clue that maybe CORS was the issue, since I'm running this behind Nginx Proxy Manager. I tried setting the GRAFOLEAN_CORS_DOMAINS value in docker-compose.yml to...

I'm trying to achieve the second configuration - as you say, the first one doesn't make a lot of sense. Definitely Nginx can communicate with Grafolean on the port that...

I think I have figured it all out now, thanks to https://stackoverflow.com/questions/36521858/nginx-reverse-proxying-wss-client-sent-invalid-method-while-reading-client-req I noticed the environment variable MQTT_WS_PORT in docker-compose.yml - after I changed that to 443, the login process...

I'm no expert when it comes to writing documentation, but maybe you could add a section to https://github.com/grafolean/grafolean#installation that deals with deployment behind a reverse proxy. Maybe something similar to...