(Based on Hipchat, Telegram and Signal Plugin)
Receive Kanboard notifications on Gotify.
Developed using Kanboard Version 1.2.18
- Benedikt Hopmann
- License MIT
- Gotify Logo from https://avatars3.githubusercontent.com/u/36410427?s=200&v=4
- Kanboard >= 1.0.37
- Existing Gotify server
You have the choice between two methods:
- Download the zip file and decompress everything under the directory
plugins/Gotify
- Clone this repository into the folder
plugins/Gotify
Note: Plugin folder is case-sensitive.
Firstly, you need to set up the Gotify Plugin, then configure Kanboard.
Go to Settings > Integrations > Gotify and fill the forms:
- Gotify URL: URL of Gotify server
- Gotify Token: Token of Gotify Application
- Gotify Priority: Set Notification Priority
- Go to your user profile settings then choose Integrations > Gotify
- Optionally make different specifications of Gotify URL, Gotify Token and Gotify Priority
- Then enable Gotify notifications in your profile: Notifications > Select Gotify
- Go to the project settings then choose Integrations > Gotify
- Optionally make different specifications of Gotify URL, Gotify Token and Gotify Priority
- Then enable Gotify notifications in your profile: Notifications > Select Gotify
- Enable the PHP debug mode
- All errors are recorded in the logs
- Enable verbose mode in file
plugins/Gotify/Notification/Gotify.php
($gotify_verbose = true;
)