Skip to content

vascostmr/listmonk-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. init-letsencrypt.sh

    • Add your custom domain in line 8
    • Add your email address in line 11
  2. config.toml

    • Change the admin user & pass on line 9 and 10
  3. data/nginx/nginx.conf

    • Replace all occurances of example.com with your domain

🚀 Installation & Launch

Run init-letsencrypt.sh to get the certificates set up. It will also start listmonk during the process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.8%
  • CSS 20.5%
  • Smarty 12.9%
  • Shell 11.8%