Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Nextcloud Notifier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
Nextcloud Notifier
Commits
5f2808a7
Commit
5f2808a7
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Scaffolding.
parent
f34f3e9f
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+52
-0
52 additions, 0 deletions
.gitignore
LICENSE.txt
+661
-0
661 additions, 0 deletions
LICENSE.txt
README.md
+25
-0
25 additions, 0 deletions
README.md
with
738 additions
and
0 deletions
.gitignore
0 → 100644
+
52
−
0
View file @
5f2808a7
~*
*~
*.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.
Click to expand it.
LICENSE.txt
0 → 100644
+
661
−
0
View file @
5f2808a7
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
25
−
0
View file @
5f2808a7
# 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/>
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment