2022-07-20 16:40:19 +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-09-23 23:06:55 +02:00
# FluxBB pour YunoHost
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/fluxbb.svg )](https://dash.yunohost.org/appci/app/fluxbb) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/fluxbb.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/fluxbb.maintain.svg )
2021-09-23 23:06:55 +02:00
[![Installer FluxBB avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=fluxbb)
2019-03-08 21:39:44 +01:00
2021-06-29 19:47:24 +02:00
*[Read this readme in english.](./README.md)*
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
> *Ce package vous permet d’ installer FluxBB rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
## Vue d’ ensemble
2019-03-08 21:39:44 +01:00
2021-11-23 17:38:46 +01:00
FluxBB est conçu comme une alternative plus légère et plus rapide à certaines des applications traditionnelles de forum lourdes en fonctionnalités. Il est facile à utiliser et a fait ses preuves en matière de stabilité et de sécurité, ce qui en fait un choix de forum idéal pour votre site Web.
2019-03-08 21:39:44 +01:00
2023-11-24 17:17:32 +01:00
**Version incluse :** 1.5.12~ynh1
2019-03-08 21:39:44 +01:00
2021-06-29 19:47:24 +02:00
**Démo :** https://fluxbb.org/forums/index.php
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
## Captures d’ écran
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
![Capture d’ écran de FluxBB ](./doc/screenshots/fluxbb_screenshot.png )
2019-03-08 21:39:44 +01:00
2021-06-29 19:47:24 +02:00
## Documentations et ressources
2019-03-08 21:39:44 +01:00
2023-05-02 20:27:31 +02:00
* Site officiel de l’ app : < https: // fluxbb . org />
* Documentation officielle de l’ admin : < https: // fluxbb . org / docs />
* Dépôt de code officiel de l’ app : < https: // github . com / fluxbb / fluxbb />
2023-10-31 15:11:34 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / fluxbb >
2022-07-20 16:40:19 +02:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / fluxbb_ynh / issues >
2019-03-08 21:39:44 +01:00
2020-12-07 23:43:48 +01:00
## Informations pour les développeurs
2019-03-08 21:39:44 +01:00
2019-12-13 10:54:20 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/fluxbb_ynh/tree/testing ).
2019-03-08 21:39:44 +01:00
Pour essayer la branche testing, procédez comme suit.
2022-07-20 16:40:19 +02:00
``` bash
2019-12-13 10:54:20 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/fluxbb_ynh/tree/testing --debug
2019-03-08 21:39:44 +01:00
ou
2019-12-13 10:54:20 +01:00
sudo yunohost app upgrade fluxbb -u https://github.com/YunoHost-Apps/fluxbb_ynh/tree/testing --debug
2019-03-08 21:39:44 +01:00
```
2021-06-29 19:47:24 +02:00
2023-05-02 20:27:31 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >