From 9fd9748d4d02f708d311ddf7d6d3b308b575e24b Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Tue, 9 Jul 2019 17:06:23 +0530 Subject: [PATCH] Update README with image and links --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e14fcbd..a59520c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ > listmonk is **alpha** software and may change and break. Use with caution. That said, it has been in active use at [zerodha.com](https://zerodha.com) for several months where it has processed hundreds of campaigns and tens of millions of e-mails. -listmonk is a standalone newsletter and mailing list manager written in Go. It is fast, performant, and comes as a single binary. It uses a PostgreSQL database as its data store. +listmonk is a standalone, self-hosted newsletter and mailing list manager. It is fast, performant, and comes as a single binary. It uses a PostgreSQL database as its data store. + +[![listmonk-splash](https://user-images.githubusercontent.com/547147/60884802-8189c180-a26b-11e9-85ee-622e5dee8869.png)](https://listmonk.app) ### Installation and use @@ -12,6 +14,10 @@ listmonk is a standalone newsletter and mailing list manager written in Go. It i - Visit `http://localhost:9000`. - Since there is no user auth yet, it's best to put listmonk behind a proxy like Nginx and setup basicauth on all endpoints except for the few endpoints that need to be public. Here is a [sample nginx config](https://github.com/knadh/listmonk/wiki/Production-Nginx-config) for production use. +### Help and docs + +[Help and documentation](https://listmonk.app/docs) (work in progress). + ### Current features - Admin dashboard