Listmonk production setup example
Hi people! ๐ This repo is just an example of how you can potentially set up listmonk in production. This setup adds SSL support to listmonk. I have written an extensive guide on how to setup listmonk. It might be helpful to read that before cloning this repo.
โ๏ธ Configuration
You need to make a few changes before using the code in this repository.
-
init-letsencrypt.sh
- Add your custom domain in line 8
- Add your email address in line 11
-
config.toml
- Change the admin user & pass on line 9 and 10
-
data/nginx/nginx.conf
- Replace all occurances of
example.com
with your domain
- Replace all occurances of
๐ Installation & Launch
Run init-letsencrypt.sh
to get the certificates set up. It will also start listmonk during the process.