High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
Find a file
2024-10-13 16:02:31 +05:30
.github
cmd Fix tx template not being cached on update. Closes #2061. 2024-10-05 09:51:56 +05:30
dev Provide a default configuration file for containerized development 2022-01-19 09:30:23 -05:00
docs
frontend misc:add word wrap to HTML editor (#2081) 2024-10-13 16:02:31 +05:30
i18n Fix Catalan translation and add Esperanto. (#2075) 2024-10-10 23:19:05 +05:30
internal Fix incorrect bulk blocklisting behaviour (#2041). Fixes #1841 2024-09-19 10:56:56 +05:30
models Fix incorrect bulk blocklisting behaviour (#2041). Fixes #1841 2024-09-19 10:56:56 +05:30
scripts
static
.dockerignore
.gitattributes
.gitignore
.goreleaser.yml
config-demo.toml
config.toml.sample Add optional params in DB config to accept arbitrary Postgres params. Closes #1016. 2022-12-25 16:28:19 +05:30
CONTRIBUTING.md
docker-compose.yml Slightly improve docker-compose feedback (#2054) 2024-10-04 10:28:22 +05:30
docker-entrypoint.sh
Dockerfile
go.mod
go.sum
install-demo.sh fix: easy install docker script for macOS (#1742) 2024-02-21 13:11:38 +05:30
install-prod.sh Slightly improve docker-compose feedback (#2054) 2024-10-04 10:28:22 +05:30
LICENSE Refactor and add new build routines 2019-07-09 15:57:04 +05:30
listmonk-simple.service
listmonk@.service
Makefile
project.inlang.json
queries.sql Fix incorrect bulk blocklisting behaviour (#2041). Fixes #1841 2024-09-19 10:56:56 +05:30
README.md Update README.md (#2034) 2024-09-06 15:49:53 +05:30
schema.sql
VERSION

listmonk-logo

listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ 12) database as its data store.

listmonk-dashboard

Visit listmonk.app for more info. Check out the live demo.

Installation

Docker

The latest image is available on DockerHub at listmonk/listmonk:latest. Use the sample docker-compose.yml to run manually or use the helper script.

Demo

mkdir listmonk-demo && cd listmonk-demo
bash -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/install-demo.sh)"

DO NOT use this demo setup in production.

Production

mkdir listmonk && cd listmonk
bash -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/install-prod.sh)"

Visit http://localhost:9000.

NOTE: Always examine the contents of shell scripts before executing them.

See installation docs.


Binary

  • Download the latest release and extract the listmonk binary.
  • ./listmonk --new-config to generate config.toml. Then, edit the file.
  • ./listmonk --install to setup the Postgres DB (or --upgrade to upgrade an existing DB. Upgrades are idempotent and running them multiple times have no side effects).
  • Run ./listmonk and visit http://localhost:9000.

See installation docs.


Developers

listmonk is free and open source software licensed under AGPLv3. If you are interested in contributing, refer to the developer setup. The backend is written in Go and the frontend is Vue with Buefy for UI.

License

listmonk is licensed under the AGPL v3 license.