pixelbrackets/lametric-daily-standup-reminder

Send a reminder notification to all local LaMetric devices when the daily standup is due

3.0.0 2022-04-04 08:34 UTC

This package is auto-updated.

Last update: 2024-03-04 13:08:09 UTC


README

Version Build Status Made With License Contribution

Send a reminder notification to all local LaMetric devices when the daily standup is due.

Screenshot

Vision

The package is an example project for the lametric-notification-broadcast package.

Every day at a given time, a message is send to all LaMetric devices in a local network, to remind everybody that the daily standup is due.

That's the only feature of this package.

Requirements

Installation

Packagist Entry https://packagist.org/packages/pixelbrackets/lametric-daily-standup-reminder/

  • Add a cronjob, see »Usage«

Source

https://gitlab.com/pixelbrackets/lametric-daily-standup-reminder/

Mirror https://github.com/pixelbrackets/lametric-daily-standup-reminder/

Usage

  1. Set up a cronjob pointing to cron.php and pass a URL to the broadcast service service, for example every day at ten o'clock with the service available at http://localhost.local/hook
    0 10 * * * LAMETRIC_BROADCAST_URL="http://localhost.local/hook" php /var/www/lametric/cron.php > /dev/null 2>&1
    

License

GNU General Public License version 2 or later

The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.

Author

Dan Untenzu (mail@pixelbrackets.de / @pixelbrackets)

Changelog

See ./CHANGELOG.md

Contribution

This script is Open Source, so please use, patch, extend or fork it.

Contributions are welcome!