Skip to content
README.md 1.21 KiB
Newer Older
nimrod's avatar
nimrod committed
# Nextcloud notifier

nimrod's avatar
nimrod committed
[![pipeline status](https://git.shore.co.il/nimrod/nextcloud-notifier/badges/master/pipeline.svg)](https://git.shore.co.il/nimrod/nextcloud-notifier/-/commits/master)

nimrod's avatar
nimrod committed
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.

## License

This software is licensed under the AGPL 3+ license (see `LICENSE.txt`).

## Author Information

Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my
[website](https://www.shore.co.il/). Patches are welcome via
[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository
is located at: <https://git.shore.co.il/explore/>.