Skip to content
forked from knadh/listmonk

High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.

License

Notifications You must be signed in to change notification settings

zhangwz/listmonk

This branch is 246 commits behind knadh/listmonk:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 22, 2023
Mar 25, 2024
Jan 19, 2022
Mar 25, 2024
Mar 25, 2024
Mar 12, 2024
Jan 27, 2024
Mar 11, 2024
Apr 14, 2021
Feb 4, 2024
Oct 31, 2019
Jan 26, 2022
Jul 8, 2020
Sep 7, 2023
Mar 26, 2023
Dec 29, 2021
Jul 9, 2019
Jan 27, 2024
Feb 21, 2024
Aug 14, 2021
May 6, 2021
Dec 25, 2022
Nov 24, 2023
Jan 27, 2024
Jan 27, 2024
Feb 21, 2024
Feb 21, 2024
Jan 9, 2024
Jul 12, 2023
Sep 20, 2023
Mar 8, 2024
Jan 27, 2024

Repository files navigation

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 a 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.

About

High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 41.5%
  • JavaScript 26.6%
  • Vue 26.0%
  • HTML 1.8%
  • SCSS 1.8%
  • Smarty 1.0%
  • Other 1.3%