dockerfiles/gotify
kev cd2ba7c251 add screego 2024-01-05 18:21:43 +08:00
..
README.md add gotify 2021-09-27 15:11:34 +08:00
docker-compose.yml add screego 2024-01-05 18:21:43 +08:00

gotify

Gotify is a simple server for sending and receiving messages.

# server
$ docker-compose up -d
$ curl http://localhost:8080

# client
$ wget -O gotify https://github.com/gotify/cli/releases/download/v2.2.0/gotify-cli-linux-amd64
$ chmod +x gotify
$ gotify init
$ gotify push -t "my title" -p 10 "my message"