1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00
beehive_ynh/README.md

58 lines
2.4 KiB
Markdown
Raw Normal View History

2022-01-25 01:32:01 +01:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-03-07 01:45:20 +01:00
2022-01-25 01:32:01 +01:00
# Beehive for YunoHost
2021-03-07 01:45:20 +01:00
2022-09-22 03:46:37 +02:00
[![Integration level](https://dash.yunohost.org/integration/beehive.svg)](https://dash.yunohost.org/appci/app/beehive) ![Working status](https://ci-apps.yunohost.org/ci/badges/beehive.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/beehive.maintain.svg)
2021-03-07 01:45:20 +01:00
[![Install Beehive with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=beehive)
2022-01-25 01:32:01 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-03-07 01:45:20 +01:00
> *This package allows you to install Beehive quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2022-01-25 01:32:01 +01:00
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.
2021-03-07 01:45:20 +01:00
2022-01-25 01:32:01 +01:00
### Features:
2021-03-07 01:45:20 +01:00
2022-01-25 01:32:01 +01:00
- 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
2021-03-07 01:45:20 +01:00
2022-09-22 04:07:27 +02:00
**Shipped version:** 0.4.0~ynh2
2021-03-07 01:45:20 +01:00
2022-09-22 03:46:37 +02:00
2022-01-25 01:32:01 +01:00
**Demo:** https://github.com/muesli/beehive/wiki/Available-Hives
2021-03-07 01:45:20 +01:00
2022-01-25 01:32:01 +01:00
## Screenshots
2021-03-07 01:45:20 +01:00
2022-09-22 03:46:37 +02:00
![Screenshot of Beehive](./doc/screenshots/screenshot1.gif)
2021-03-07 01:45:20 +01:00
2022-01-25 01:32:01 +01:00
## Documentation and resources
2021-03-07 01:45:20 +01:00
2022-09-22 03:46:37 +02:00
* Upstream app code repository: <https://github.com/muesli/beehive>
* YunoHost documentation for this app: <https://yunohost.org/app_beehive>
* Report a bug: <https://github.com/YunoHost-Apps/beehive_ynh/issues>
2021-03-07 01:45:20 +01:00
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/beehive_ynh/tree/testing).
To try the testing branch, please proceed like that.
2022-09-22 03:46:37 +02:00
``` bash
2021-03-07 01:45:20 +01:00
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
```
2022-01-25 01:32:01 +01:00
2022-09-22 03:46:37 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>