2019-03-08 21:39:44 +01:00
|
|
|
# FluxBB pour YunoHost
|
|
|
|
|
2020-12-07 23:43:48 +01:00
|
|
|
[![](https://dash.yunohost.org/integration/fluxbb.svg) ![](https://ci-apps.yunohost.org/ci/badges/fluxbb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/fluxbb.maintain.svg)
|
|
|
|
](https://dash.yunohost.org/appci/app/fluxbb)
|
2021-05-01 09:12:18 +02:00
|
|
|
[![Install FluxBB with 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
|
|
|
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
|
|
|
> *Ce package vous permet d'installer FluxBB rapidement et simplement sur un serveur Yunohost.
|
2021-04-28 23:49:17 +02:00
|
|
|
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/install) pour savoir comment l'installer et en profiter.*
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
|
|
FluxBB est un forum de discussions écrit en PHP rapide et léger.
|
|
|
|
|
2020-12-07 23:43:48 +01:00
|
|
|
**Version incluse :** 1.5.11
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
|
|
## Captures d'écran
|
|
|
|
|
|
|
|
![fluxbb_screenshot](sources/images/fluxbb_screenshot.png)
|
|
|
|
|
|
|
|
## Démo
|
|
|
|
|
|
|
|
* [Démo officielle](https://fluxbb.org/forums/index.php)
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2021-05-01 09:12:18 +02:00
|
|
|
* Comment configurer cette application : via le panneau d'administration.
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
* Documentation officielle: https://fluxbb.org/docs/
|
2021-04-28 23:49:17 +02:00
|
|
|
* Documentation YunoHost: https://yunohost.org/fr/app_fluxbb
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
|
|
## Caractéristiques spécifiques YunoHost
|
|
|
|
|
2020-11-06 16:34:09 +01:00
|
|
|
#### Support multi-utilisateur
|
2019-03-08 21:39:44 +01:00
|
|
|
|
2020-12-08 09:08:58 +01:00
|
|
|
* L'authentification LDAP et HTTP est-elle prise en charge ? **Non**
|
|
|
|
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
2019-03-08 21:39:44 +01:00
|
|
|
|
2020-11-06 16:34:09 +01:00
|
|
|
#### Architectures supportées
|
2019-03-08 21:39:44 +01:00
|
|
|
|
2021-04-28 23:49:17 +02:00
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/fluxbb.svg)](https://ci-apps.yunohost.org/ci/apps/fluxbb/)
|
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/fluxbb.svg)](https://ci-apps-arm.yunohost.org/ci/apps/fluxbb/)
|
2019-03-08 21:39:44 +01:00
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
* Limitations connues.
|
|
|
|
|
|
|
|
## Informations additionnelles
|
|
|
|
|
2021-05-01 09:12:18 +02:00
|
|
|
* Change-url : une fois l'URL modifiée, allez dans le panneau de configuration pour modifier le champ `Base URL`
|
2019-03-08 21:39:44 +01:00
|
|
|
|
2020-11-06 16:34:09 +01:00
|
|
|
## Liens
|
2019-03-08 21:39:44 +01:00
|
|
|
|
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/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
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.
|
|
|
|
```
|
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
|
|
|
```
|