From e5fb27b7bb40150260e1b61b4c897c316e34069a Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 10 May 2021 17:02:25 +0300 Subject: [PATCH] Link to the blog post. --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 13393b8..9e8b491 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,9 @@ [](https://git.shore.co.il/nimrod/nextcloud-notifier/-/commits/master) -A simple web service to push notifications to me without authentication. - -## Rationale - -I started working with [Patchbay](https://www.shore.co.il/blog/spam_me/) to send -notifications from long running processes on different machines. I opened this -publicly as an experiment in [my blog](https://www.shore.co.il/blog/spam_me/) -and after a month I saw it [wasn't exploited in any -way](https://www.shore.co.il/blog/spam-me-update/) (still true today). However, -I would only get notifications on my laptop when it was running. Also, Patchbay -had some downtime and I'm keen on self-hosting. So I'm going to bypass -authentication to allow anonymous push notifications with this service. +A simple web service to push notifications to me without authentication. See +[this blog post](https://www.shore.co.il/blog/spam-me-notifications/) for the +reason for this service' existence. ## License -- GitLab