This is just a build.sh and docker-compose.yaml to bring up the Simple Login stack in one command.
You'll still need to configure HTTPS with a reverse proxy otherwise it won't let you login.
You need to have Docker Compose installed.
- Modify
APP_HOST
andMAIL_HOST
at the top of build.sh - Run
bash /build.sh
- Add the DNS records suggested by the output
- Configure a HTTPS proxy to http://10.0.0.3:7777
NOTE: build.sh should only be run once, otherwise it will overwrite the postgres password and dkim key. After the first build use docker compose commands to bring the stack up and down.
- Quarantined emails are not stored, the .eml files give a 404