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

62 lines
2.9 KiB
Markdown
Raw Normal View History

2022-09-22 03:46:37 +02:00
<!--
2024-06-23 00:41:08 +02:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-09-22 03:46:37 +02:00
-->
2022-01-25 01:32:01 +01:00
# Beehive pour YunoHost
2024-07-27 12:20:08 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/beehive.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-02-18 17:28:47 +01:00
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)
2024-06-23 00:41:08 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-01-25 01:32:01 +01:00
2024-06-23 00:41:08 +02:00
> *Ce package vous permet dinstaller Beehive rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](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
2024-07-27 14:51:45 +02:00
**Version incluse:** 0.4.0~ynh4
2022-01-25 01:32:01 +01:00
2024-06-23 00:41:08 +02:00
**Démo:** <https://github.com/muesli/beehive/wiki/Available-Hives>
2022-01-25 01:32:01 +01:00
2023-02-18 17:28:47 +01:00
## Captures décran
2022-01-25 01:32:01 +01:00
2024-07-27 12:20:08 +02:00
![Capture décran de Beehive](./doc/screenshots/screenshot1.jpg)
2022-01-25 01:32:01 +01:00
2024-06-23 00:41:08 +02:00
## :red_circle: Anti-fonctionnalités
- **Application non maintenue **: Ce logiciel n'est plus maintenu. Attendez-vous à ce qu'il ne fonctionne plus avec le temps, et que l'on découvre des failles de sécurité qui ne seront pas corrigées, etc.
2022-01-25 01:32:01 +01:00
## Documentations et ressources
2024-06-23 00:41:08 +02:00
- Dépôt de code officiel de lapp: <https://github.com/muesli/beehive>
- YunoHost Store: <https://apps.yunohost.org/app/beehive>
- Signaler un bug: <https://github.com/YunoHost-Apps/beehive_ynh/issues>
2022-01-25 01:32:01 +01:00
## Informations pour les développeurs
2024-06-23 00:41:08 +02:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/beehive_ynh/tree/testing).
2022-01-25 01:32:01 +01:00
2024-06-23 00:41:08 +02:00
Pour essayer la branche `testing`, procédez comme suit:
2022-09-22 03:46:37 +02:00
2024-06-23 00:41:08 +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
```
2024-06-23 00:41:08 +02:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>