Commit e5fb27b7 authored by nimrod's avatar nimrod
Browse files

Link to the blog post.

parent eaac5da4
Loading
Loading
Loading
Loading
Loading
+3 −12
Original line number Diff line number Diff line
@@ -2,18 +2,9 @@

[![pipeline status](https://git.shore.co.il/nimrod/nextcloud-notifier/badges/master/pipeline.svg)](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