Serve Metabase through HTTPS

I installed Metabase on DigitalOcean by using the following link: https://marketplace.digitalocean.com/apps/metabase.

I already did a lot of research (for example this link: https://www.metabase.com/docs/latest/operations-guide/customizing-jetty-webserver.html#using-https-with-metabase), but nothing helps. I can only serve it through port 3000 and HTTP.

Any help is really appreciated. Thanks a lot!

Hi @ropraet
I would highly recommend not using that marketplace app - it's very outdated.
You should setup Metabase yourself - example by following this guide:
https://www.metabase.com/docs/latest/operations-guide/running-metabase-on-debian.html
And then you can enable LetsEncrypt via Nginx by following one of DigitalOcean's many tutorial:
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04

1 Like