-
Notifications
You must be signed in to change notification settings - Fork 16
Trigger Server and Service
For BNote web admins not having to set up cronjobs on their web hosting (which is not always available) a simple callback server was installed on bnote.info
In case your BNote instance has access to the Internet and its is reachable form the Internet, it registers notifications on http://www.bnote.info/TriggerServer with only a callback token and URL. This callback is then triggered when needed.
You can find the source code to the Trigger Server here: https://github.com/mattimaier/bnote/tree/master/TriggerServer
You can host your own trigger server by putting the scripts from the Trigger server on your webserver and set up cron for it on an hourly basis. Make sure to change the URL and security token in BNote/src/export/triggerService.php
Stand: 21.09.2020, BNote Version 3.4.4