Commit 5f2808a7 authored by nimrod's avatar nimrod
Browse files

Scaffolding.

parent f34f3e9f
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+52 −0
Original line number Diff line number Diff line
~*
*~
*.sw[op]
*.py[cod]
.DS_Store
__pycache__/
.vagrant/
vendor/
Thumbs.db
*.retry
.svn/
.sass-cache/
*.log
*.out
*.so
node_modules/
.npm/
nbproject/
*.ipynb
.idea/
*.egg-info/
*.[ao]
.classpath
.cache/
bower_components/
*.class
*.[ewj]ar
secring.*
.*.kate-swp
.swp.*
.directory
.Trash-*
build/
_build/
dist/
.tox/
*.pdf
*.exe
*.dll
*.gz
*.tgz
*.tar
*.rar
*.zip
*.pid
*.lock
*.env
.bundle/
!Pipfile.lock
.terraform
tfplan
*.tfstate*

LICENSE.txt

0 → 100644
+661 −0

File added.

Preview size limit exceeded, changes collapsed.

README.md

0 → 100644
+25 −0
Original line number Diff line number Diff line
# Nextcloud notifier

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/>.