1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00
A flexible event/agent & automation system
Find a file
2022-01-25 00:32:01 +00:00
conf Apply last example_ynh 2022-01-25 01:31:50 +01:00
doc Apply last example_ynh 2022-01-25 01:31:50 +01:00
scripts Apply last example_ynh 2022-01-25 01:31:50 +01:00
check_process Apply last example_ynh 2022-01-25 01:31:50 +01:00
LICENSE Initial commit 2021-03-06 10:24:35 +05:30
manifest.json Apply last example_ynh 2022-01-25 01:31:50 +01:00
README.md Auto-update README 2022-01-25 00:32:01 +00:00
README_fr.md Auto-update README 2022-01-25 00:32:01 +00:00

Beehive for YunoHost

Integration level
Install Beehive with YunoHost

Lire ce readme en français.

This package allows you to install Beehive quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. It is modular, flexible and really easy to extend for anyone. It has modules (we call them Hives), so it can interface with, talk to, or retrieve information from Twitter, Tumblr, Email, IRC, Jabber, RSS, Jenkins, Hue - to name just a few.

Features:

  • Re-post tweets on your Tumblr blog
  • Forward incoming chat messages to your email account
  • Turn on the heating system if the temperature drops below a certain value
  • Run your own IRC bot that lets you trigger builds on a Jenkins CI
  • Control your Hue lighting system
  • Notify you when a stock's price drops below a certain value

Shipped version: 0.4.0~ynh1

Demo: https://github.com/muesli/beehive/wiki/Available-Hives

Screenshots

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/beehive_ynh/tree/testing --debug
or
sudo yunohost app upgrade beehive -u https://github.com/YunoHost-Apps/beehive_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps