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

smoebody/listmonk

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

Folders and files

NameName
Last commit message
Last commit date
Oct 27, 2024
Nov 10, 2024
Jan 19, 2022
Nov 11, 2024
Nov 10, 2024
Nov 10, 2024
Nov 11, 2024
Nov 10, 2024
Apr 14, 2021
Nov 10, 2024
Oct 31, 2019
Jan 26, 2022
Jul 8, 2020
Oct 27, 2024
Mar 26, 2023
Oct 30, 2024
Jul 9, 2019
Oct 27, 2024
Oct 27, 2024
Aug 14, 2021
Oct 13, 2024
Oct 27, 2024
Oct 28, 2024
Oct 27, 2024
Oct 27, 2024
Jan 9, 2024
Jul 12, 2023
Oct 13, 2024
Sep 20, 2023
Oct 26, 2024
Nov 10, 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. Download and use the sample docker-compose.yml.

# Download the compose file to the current directory.
curl -LO https://github.com/knadh/listmonk/raw/master/docker-compose.yml

# Run the services in the background.
docker compose up -d

Visit http://localhost:9000

See installation docs


Binary

  • Download the latest release and extract the listmonk binary.
  • ./listmonk --new-config to generate config.toml. Edit it.
  • ./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.

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 43.4%
  • Vue 27.1%
  • JavaScript 24.1%
  • HTML 1.8%
  • SCSS 1.7%
  • Smarty 0.9%
  • Other 1.0%