mirror of
https://github.com/YunoHost-Apps/fluxbb_ynh.git
synced 2024-09-03 18:36:14 +02:00
80 lines
2.5 KiB
Markdown
80 lines
2.5 KiB
Markdown
# FluxBB for YunoHost
|
|
|
|
![fluxbb_logo](sources/images/fluxbb_logo.png)
|
|
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/FluxBB.svg)](https://dash.yunohost.org/appci/app/FluxBB)
|
|
[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=FluxBB)
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
> *This package allow you to install FluxBB quickly and simply on a YunoHost server.
|
|
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
|
|
|
## Overview
|
|
|
|
FluxBB is fast, light, user-friendly forum software for your website.
|
|
|
|
**Shipped version:** 1.5.11
|
|
|
|
## Screenshots
|
|
|
|
![fluxbb_screenshot](sources/images/fluxbb_screenshot.png)
|
|
|
|
## Demo
|
|
|
|
* [Official demo](https://fluxbb.org/forums/index.php)
|
|
|
|
## Configuration
|
|
|
|
How to configure this app: by the admin panel.
|
|
|
|
## Documentation
|
|
|
|
* Official documentation: https://fluxbb.org/docs/
|
|
* YunoHost documentation: https://yunohost.org/#/app_fluxbb
|
|
|
|
## YunoHost specific features
|
|
|
|
#### Multi-users support
|
|
|
|
Are LDAP and HTTP auth supported? no
|
|
Can the app be used by multiple users? yes
|
|
|
|
#### Supported architectures
|
|
|
|
* 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/)
|
|
|
|
## Limitations
|
|
|
|
* Change-url : once you change the url, you should go to the admin panel and change the `Base URL`
|
|
|
|
## Additional information
|
|
|
|
* Other information you would add about this application
|
|
|
|
**More information on the documentation page:**
|
|
https://yunohost.org/packaging_apps
|
|
|
|
## Links
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/FluxBB_ynh/issues
|
|
* App website: https://fluxbb.org/
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
---
|
|
|
|
Developers info
|
|
----------------
|
|
|
|
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
|
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/FluxBB_ynh/tree/testing).
|
|
|
|
To try the testing branch, please proceed like that.
|
|
```
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/FluxBB_ynh/tree/testing --debug
|
|
or
|
|
sudo yunohost app upgrade FluxBB -u https://github.com/YunoHost-Apps/FluxBB_ynh/tree/testing --debug
|
|
```
|