I made SimpleLogin – an open source and Docker-based solution to protect your email address

Hi guys, I made a tool to hide my personal email by using "email alias". The project is fully open source and packaged as Docker image. The self-hosting instruction is relatively simple, should work on any Linux distribution (thanks to Docker) and the most complex part is maybe DNS setup on your DNS registrar.

The code has been deployed in production since several months now and is stable. It also comes with some niceties like a Chrome/Firefox/Safari extension and (soon) mobile apps.

The github repo is on https://github.com/simple-login/app

Let me know if you have any feedbacks/questions!

7 thoughts on “I made SimpleLogin – an open source and Docker-based solution to protect your email address”

  1. It looks pretty cool. I personally don’t have a use for it, but there are a couple of people I think would use it.

    The only criticism I’d make is that it is a number of components, all in a single docker container. I would consider splitting it into several Dockerfiles and building around a stack that may be able to float around a docker swarm.

    Ive been trying to do this with things I build for personal use, and now that I have a couple of servers with shared storage it’s a dream.

    Reply

Leave a Comment