Skip to content

pajlads/dink-gotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dink-gotify

this is a reference implementation in go for taking a Dink request & forwarding it to Gotify

the parsing / message building is left as an exercise to the user

usage (once you've implemented the proper message building)

Assuming your gotify host is available through HTTPS at gotify.example.com:

go build
./dink-gotify.exe --gotify-url=https://gotify.example.com/message --gotify-token=your-gotify-token 127.0.0.1:8080

Then point Dink to push notifications to http://127.0.0.1:8080/dink

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages