Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Listmonk | 10,119 | 1 | 4 days ago | 44 | February 16, 2022 | 60 | agpl-3.0 | Go | ||
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app. | ||||||||||
Shinycms Ruby | 28 | 5 months ago | 42 | gpl-2.0 | Ruby | |||||
ShinyCMS is an open-source CMS built in Ruby on Rails, with support for themes, plugins, and cloud hosting. (There is also a Perl version: www.github.com/denny/ShinyCMS) | ||||||||||
Yappl | 6 | 2 years ago | agpl-3.0 | TypeScript | ||||||
Yet another publishing platform - Host your own publication in 5 simple steps | ||||||||||
Velo.lv | 5 | 3 years ago | 6 | gpl-3.0 | Python | |||||
Open source (GPLv3) web application to manage bicycle competitions. | ||||||||||
Letter Rs | 4 | 9 months ago | n,ull | Rust | ||||||
A newsletter with actix-web and sqlx-postgres | ||||||||||
Geeks Wesbite | 2 | 2 years ago | Python | |||||||
Wesbite for mcmaster GEEKS |
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 (⩾ v9.4) database as its data store.
Visit listmonk.app for more info. Check out the live demo.
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.
mkdir listmonk-demo && cd listmonk-demo
sh -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/install-demo.sh)"
DO NOT use this demo setup in production.
mkdir listmonk && cd listmonk
sh -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.
./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)../listmonk
and visit http://localhost:9000
.See installation docs.
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.
listmonk is licensed under the AGPL v3 license.