Send push notifications to your phone or desktop using PUT/POST
 
 
 
 
 
Go to file
Astra a06577faac Update README.md 2023-11-12 18:40:10 +01:00
.github Bump Go version in pipelines 2023-06-30 08:45:28 -04:00
assets Styling 2021-10-24 14:22:53 -04:00
client Append /v2 to module 2023-11-12 17:35:19 +00:00
cmd Append /v2 to module 2023-11-12 17:35:19 +00:00
docs Bump deps 2023-11-06 05:48:47 -05:00
examples Troubleshooting docs page 2023-03-20 15:34:10 -04:00
log Append /v2 to module 2023-11-12 17:35:19 +00:00
scripts Fixing docs links 2023-10-29 12:32:08 -04:00
server Append /v2 to module 2023-11-12 17:35:19 +00:00
test Append /v2 to module 2023-11-12 17:35:19 +00:00
tools Profiling support 2023-03-28 14:41:16 -04:00
user Append /v2 to module 2023-11-12 17:35:19 +00:00
util Append /v2 to module 2023-11-12 17:35:19 +00:00
web Append /v2 to module 2023-11-12 17:35:19 +00:00
.dockerignore Add a way to use Docker for building everything 2023-05-26 22:22:21 +02:00
.git-blame-ignore-revs Add eslint commits to .git-blame-ignore-revs 2023-05-24 12:58:49 +02:00
.gitignore Add PWA, service worker and Web Push 2023-06-07 20:38:20 +02:00
.gitpod.yml Add Gitpod configuration for quick setup of development environments 2022-12-10 21:56:13 +00:00
.goreleaser.yml Append /v2 to module 2023-11-12 17:35:19 +00:00
CODE_OF_CONDUCT.md Code of Conduct 2022-12-12 15:06:04 -05:00
Dockerfile Re-add tzdata to amd64 2023-09-24 11:45:35 -04:00
Dockerfile-arm Re-add tzdata to amd64 2023-09-24 11:45:35 -04:00
Dockerfile-build fix: remove deprecated nodesource script 2023-09-27 23:43:50 +02:00
LICENSE Update LICENSE 2021-12-05 12:51:08 -05:00
LICENSE.GPLv2 Update LICENSE.GPLv2 2021-12-05 12:52:20 -05:00
Makefile Remove Python version check 2023-11-06 05:55:04 -05:00
README.md Update README.md 2023-11-12 18:40:10 +01:00
SECURITY.md Create SECURITY.md 2023-03-02 21:39:04 -05:00
docker-compose.yml add tzdata to image and use env for docker timezone 2022-06-02 13:35:49 -07:00
go.mod Append /v2 to module 2023-11-12 17:35:19 +00:00
go.sum Bump deps 2023-11-06 05:48:47 -05:00
main.go Append /v2 to module 2023-11-12 17:35:19 +00:00
mkdocs.yml Cont'd docs 2023-06-24 22:08:57 -04:00
requirements.txt Built mkdocs plugin, set font to desired options 2023-03-12 15:32:25 -04:00

README.md

ntfy.sh | Send push notifications to your phone or desktop via PUT/POST

ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification service. With ntfy, you can send notifications to your phone or desktop via scripts from any computer, without having to sign up or pay any fees. If you'd like to run your own instance of the service, you can easily do so since ntfy is open source.

This is a fork of github.com/binwiederhier/ntfy