You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02: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"
