useplunk / plunk

The Open-Source Email Platform
https://www.useplunk.com
GNU Affero General Public License v3.0
2.76k stars 121 forks source link

Using HTTPS with the self hosted deployment #110

Open kashyapanup opened 2 days ago

kashyapanup commented 2 days ago

I'm new here. Not sure if this is the right place to ask. Is there any additional configuration needed to support the deployment with HTTPS. I tried setting up a nginx reverse proxy to terminate SSL. But I'm not able to login as it is still trying to access the API with HTTP which throws a mixed content error.

serge005 commented 2 days ago

Make sure you:

  1. Update the APP_URI docker environment variable
  2. Update the API_URI docker environment variable
  3. set your Project Settings URL to the new https endpoint
kashyapanup commented 2 days ago

I've updated the APP_URI and API_URI in the environment variables. Where should I set the project settings URL?