A self-hosted, high performance mailing list and newsletter manager
Listmonk is a self-hosted, high performance mailing list and newsletter manager. It comes as a standalone binary and the only dependency is a Postgres database.
This template allows one-click deployment. No manual configuration is required to get started.
However, you can customize the settings by modifying the config file: /etc/listmonk/config.toml
.
The default admin username and password are listmonk
and listmonk
, respectively. You can change these by updating the admin_username
and admin_password
fields in the config file.
The variable UPGRADE_LISTMONK_DATABASE
is set to true
by default. It allows upgrading the database schema on startup. This is useful for seamless upgrades, but may introduce data loss in rare cases (e.g., restarting during an upgrade).