1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mosquitto_ynh.git synced 2024-09-03 19:45:54 +02:00
mosquitto_ynh/README_fr.md

52 lines
2.3 KiB
Markdown
Raw Normal View History

2022-06-20 01:41:52 +02: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-02-13 18:14:54 +01:00
2022-06-20 01:41:52 +02:00
# Mosquitto pour YunoHost
2021-02-13 18:14:54 +01:00
2022-06-20 01:41:52 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/mosquitto.svg)](https://dash.yunohost.org/appci/app/mosquitto) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/mosquitto.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/mosquitto.maintain.svg)
2021-02-13 18:14:54 +01:00
[![Installer Mosquitto avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mosquitto)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Mosquitto rapidement et simplement sur un serveur YunoHost.
2022-06-20 01:41:52 +02:00
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
2021-02-13 18:14:54 +01:00
## Vue d'ensemble
[Mosquitto](https://mosquitto.org/) vous permet d'interconnecter vos objets et applications avec un broker MQTT open source. Le client peut publier ou s'abonner après authentification (nom d'utilisateur, mot de passe).
**Version incluse :** 2.0.12~ynh1
2021-02-13 18:14:54 +01:00
2022-06-26 16:00:06 +02:00
**Démo :** https://test.mosquitto.org
2022-06-20 01:41:52 +02:00
## Avertissements / informations importantes
2021-02-13 18:14:54 +01:00
2022-06-20 01:41:52 +02:00
## A faire
2021-02-13 18:14:54 +01:00
2022-06-20 01:41:52 +02:00
- [ ] Ajouter MQTTS (MQTT avec TLS)
2021-02-13 18:14:54 +01:00
2022-06-20 01:41:52 +02:00
## Documentations et ressources
2021-02-13 18:14:54 +01:00
2022-06-20 01:41:52 +02:00
* Site officiel de l'app : <https://mosquitto.org>
* Documentation officielle utilisateur : <https://yunohost.org/apps>
* Documentation officielle de l'admin : <https://mosquitto.org/documentation/>
2022-06-26 16:00:06 +02:00
* Dépôt de code officiel de l'app : <https://github.com/eclipse/mosquitto>
2022-06-20 01:41:52 +02:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_mosquitto>
* Signaler un bug : <https://github.com/YunoHost-Apps/mosquitto_ynh/issues>
2021-02-13 18:14:54 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-06-20 01:41:52 +02:00
``` bash
2021-02-13 18:14:54 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing --debug
ou
sudo yunohost app upgrade mosquitto -u https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing --debug
```
2022-06-20 01:41:52 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>