1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-06-09 21:08:55 +02:00
Files
K̶e̶v̶i̶n̶ 310e114987 Update README with configuration commands
Add instructions for configuring Gotify client.
2026-05-25 06:32:44 +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 config
$ export GOTIFY_SKIP_VERIFY_TLS=True
$ gotify push -t "my title" -p 10 "my message"