Skip to content
Snippets Groups Projects
Commit 5f2808a7 authored by nimrod's avatar nimrod
Browse files

Scaffolding.

parent f34f3e9f
No related branches found
No related tags found
No related merge requests found
~*
*~
*.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*
This diff is collapsed.
# 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/>.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment