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_fr.md

57 lines
2.6 KiB
Markdown
Raw Normal View History

2022-09-22 03:46:37 +02:00
<!--
2024-02-15 20:03:58 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2022-09-22 03:46:37 +02:00
It shall NOT be edited by hand.
-->
2022-01-25 01:32:01 +01:00
# Beehive pour YunoHost
2023-02-18 17:28:47 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/beehive.svg)](https://dash.yunohost.org/appci/app/beehive) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/beehive.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/beehive.maintain.svg)
2022-01-25 01:32:01 +01:00
[![Installer Beehive avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=beehive)
*[Read this readme in english.](./README.md)*
2023-02-18 17:28:47 +01:00
> *Ce package vous permet dinstaller Beehive rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2022-01-25 01:32:01 +01:00
2023-02-18 17:28:47 +01:00
## Vue densemble
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.
### 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
2023-08-26 07:12:12 +02:00
**Version incluse :** 0.4.0~ynh3
2022-01-25 01:32:01 +01:00
**Démo :** https://github.com/muesli/beehive/wiki/Available-Hives
2023-02-18 17:28:47 +01:00
## Captures décran
2022-01-25 01:32:01 +01:00
2023-02-18 17:28:47 +01:00
![Capture décran de Beehive](./doc/screenshots/screenshot1.gif)
2022-01-25 01:32:01 +01:00
## Documentations et ressources
2023-02-18 17:28:47 +01:00
* Dépôt de code officiel de lapp : <https://github.com/muesli/beehive>
2024-02-15 20:03:58 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/beehive>
2022-09-22 03:46:37 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/beehive_ynh/issues>
2022-01-25 01:32:01 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/beehive_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-09-22 03:46:37 +02:00
``` bash
2022-01-25 01:32:01 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/beehive_ynh/tree/testing --debug
ou
sudo yunohost app upgrade beehive -u https://github.com/YunoHost-Apps/beehive_ynh/tree/testing --debug
```
2023-02-18 17:28:47 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>