2019-03-08 21:39:44 +01:00
|
|
|
# FluxBB pour YunoHost
|
|
|
|
|
|
|
|
![fluxbb_logo](sources/images/fluxbb_logo.png)
|
|
|
|
|
|
|
|
|
2020-06-11 23:18:53 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/fluxbb.svg)](https://dash.yunohost.org/appci/app/fluxbb)
|
2019-12-13 10:54:20 +01:00
|
|
|
[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=fluxbb)
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
|
|
|
> *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.*
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
|
|
FluxBB est un forum de discussions écrit en PHP rapide et léger.
|
|
|
|
|
|
|
|
**Version incluse:** 1.5.11
|
|
|
|
|
|
|
|
## Captures d'écran
|
|
|
|
|
|
|
|
![fluxbb_screenshot](sources/images/fluxbb_screenshot.png)
|
|
|
|
|
|
|
|
## Démo
|
|
|
|
|
|
|
|
* [Démo officielle](https://fluxbb.org/forums/index.php)
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
Comment configurer cette application: via le panneau d'administration.
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
* Documentation officielle: https://fluxbb.org/docs/
|
|
|
|
* Documentation YunoHost: https://yunohost.org/#/app_fluxbb
|
|
|
|
|
|
|
|
## Caractéristiques spécifiques YunoHost
|
|
|
|
|
|
|
|
#### Support multi-utilisateurs
|
|
|
|
|
|
|
|
L'authentification LDAP et HTTP est-elle prise en charge? non
|
|
|
|
L'application peut-elle être utilisée par plusieurs utilisateurs? oui
|
|
|
|
|
|
|
|
#### Supported architectures
|
|
|
|
|
2019-12-13 10:54:20 +01:00
|
|
|
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/fluxbb%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/fluxbb/)
|
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/fluxbb%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/fluxbb/)
|
|
|
|
* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/fluxbb%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/fluxbb/)
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
* Limitations connues.
|
|
|
|
|
|
|
|
## Informations additionnelles
|
|
|
|
|
|
|
|
* Change-url : une fois l'url modifiée, allez dans le panneau de configuration pour modifier le champ `Base URL`
|
|
|
|
|
|
|
|
**Plus d'informations sur la page de documentation:**
|
|
|
|
https://yunohost.org/packaging_apps
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
2019-12-13 10:54:20 +01:00
|
|
|
* Signaler un bug: https://github.com/YunoHost-Apps/fluxbb_ynh/issues
|
2019-03-08 21:39:44 +01:00
|
|
|
* Site de l'application: https://fluxbb.org/
|
|
|
|
* Site web YunoHost: https://yunohost.org/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Informations pour les développeurs
|
|
|
|
----------------
|
|
|
|
|
|
|
|
**Seulement si vous voulez utiliser une branche de test pour le codage, au lieu de fusionner directement dans la banche principale.**
|
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.
|
|
|
|
```
|
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
|
|
|
```
|