This commit is contained in:
parent
dd784dd8c9
commit
57532f44ac
20
README.md
20
README.md
|
@ -2,29 +2,30 @@
|
|||
<h3 align="center">Convert email newsletters into Atom feeds</h3>
|
||||
<p align="center">
|
||||
<a href="https://github.com/leafac/kill-the-newsletter.com"><img src="https://img.shields.io/badge/Source---" alt="Source"></a>
|
||||
<a href="https://www.npmjs.com/package/kill-the-newsletter"><img alt="Package" src="https://badge.fury.io/js/kill-the-newsletter.svg"></a>
|
||||
<a href="https://github.com/leafac/kill-the-newsletter.com/actions"><img src="https://github.com/leafac/kill-the-newsletter.com/workflows/.github/workflows/main.yml/badge.svg" alt="Continuous Integration"></a>
|
||||
</p>
|
||||
|
||||
# Support
|
||||
|
||||
[Patreon (recurring)](https://patreon.com/leafac) ·
|
||||
[PayPal (one-time)](https://paypal.me/LeandroFacchinetti)
|
||||
<h2 align="center">Support</h2>
|
||||
<h3 align="center">
|
||||
<a href="https://patreon.com/leafac">Patreon (recurring)</a> ·
|
||||
<a href="https://paypal.me/LeandroFacchinetti">PayPal (one-time)</a>
|
||||
</h3>
|
||||
|
||||
# [Watch the Code Review!](https://youtu.be/FMTb3Z-QiPY)
|
||||
|
||||
<!--
|
||||
|
||||
### Usage
|
||||
|
||||
#### Hosted Version
|
||||
|
||||
The simplest way to use Kill the Newsletter! is the hosted version at <https://kill-the-newsletter.com>.
|
||||
The simplest way to use Kill the Newsletter! is with the hosted version at <https://kill-the-newsletter.com>.
|
||||
|
||||
The service is and will always be free; you don’t have to create an account; and I don’t collect your data or share it with anyone.
|
||||
|
||||
#### Self-Hosted Version
|
||||
|
||||
You may run Kill the Newsletter! on your own servers if you wish. This guarantees the utmost privacy, and it’s also a fun technical project. Kill the Newsletter! strikes a good balance between being a relatively easy system administration project and being non-trivial at the same time, because it includes an email server.
|
||||
You may run Kill the Newsletter! on your own servers if you wish. This guarantees the utmost privacy, and it’s also a fun system adminstration project. Kill the Newsletter! strikes a good balance between being relatively easy to self-host and being non-trivial at the same time, because it is a web application as well as an email server.
|
||||
|
||||
|
||||
|
||||
Send test emails manually from the command line with the following:
|
||||
|
@ -42,9 +43,6 @@ EOF
|
|||
curl smtp://localhost:2525 --mail-from publisher@example.com --mail-rcpt ru9rmeebswmcy7wx@localhost --upload-file /tmp/example-email.txt
|
||||
```
|
||||
|
||||
-->
|
||||
|
||||
|
||||
# Deploy Your Own Instance (Self-Host)
|
||||
|
||||
1. Create accounts on [GitHub](https://github.com), [Namecheap](https://www.namecheap.com), and [DigitalOcean](https://www.digitalocean.com).
|
||||
|
|
Loading…
Reference in New Issue