This Gotify plugin forwards all received messages to Harmony Client.
- A Service Account Config File. You can get that information by following this doc.
- A Harmony Application Client Token. You can get that information by following this app.
- Golang, Docker, wget (If you want to build the binary from source).
-
By shared object
-
Build from source
- Change GOTIFY_VERSION in Makefile.
- Build the binary.
make build - Follow instructions from step 2 in the shared object installation.
Mandatory secrets.
GOTIFY_SERVER_PORT=YOUR_SERVER_PORT (depending on your setup, "80" will likely work by default)
GOTIFY_CLIENT_TOKEN=YOUR_CLIENT_TOKEN (create a new Client in Gotify and use the Token from there, or you can use an existing client)
HARMONY_CLIENT_TOKEN=YOUR_HARMONY_CLIEN_TOKEN (API token provided by Harmony App)