1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 17:56:53 +02:00
dockerfiles/gotify
2024-09-24 16:00:14 +08:00
..
docker-compose.yml update gotify 2024-09-24 16:00:14 +08:00
README.md update gotify 2024-09-24 16:00:14 +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.3.2/gotify-cli-linux-amd64
$ chmod +x gotify
$ gotify init
$ gotify push -t "my title" -p 10 "my message"