1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fluxbb_ynh.git synced 2024-09-03 18:36:14 +02:00
This commit is contained in:
ericgaspar 2021-05-01 09:12:18 +02:00
parent ee3e3a08ab
commit 51ba671b7d
4 changed files with 7 additions and 17 deletions

View file

@ -25,7 +25,7 @@ FluxBB is fast, light, user-friendly forum software for your website.
## Configuration
How to configure this app: by the admin panel.
* How to configure this app: by the admin panel.
## Documentation
@ -36,8 +36,8 @@ How to configure this app: by the admin panel.
#### Multi-users support
* Are LDAP and HTTP auth supported? no
* Can the app be used by multiple users? yes
* Are LDAP and HTTP auth supported? **No**
* Can the app be used by multiple users? **Yes**
#### Supported architectures
@ -46,7 +46,7 @@ How to configure this app: by the admin panel.
## Limitations
* Change-url : once you change the URL, you should go to the admin panel and change the `Base URL`
* Change-URL: once you change the URL, you should go to the admin panel and change the `Base URL`
## Additional information

View file

@ -2,7 +2,7 @@
[![](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)
[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=fluxbb)
[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluxbb)
*[Read this readme in english.](./README.md)*
@ -25,7 +25,7 @@ FluxBB est un forum de discussions écrit en PHP rapide et léger.
## Configuration
Comment configurer cette application : via le panneau d'administration.
* Comment configurer cette application : via le panneau d'administration.
## Documentation
@ -50,7 +50,7 @@ Comment configurer cette application : via le panneau d'administration.
## Informations additionnelles
* Change-url : une fois l'url modifiée, allez dans le panneau de configuration pour modifier le champ `Base URL`
* Change-url : une fois l'URL modifiée, allez dans le panneau de configuration pour modifier le champ `Base URL`
## Liens

View file

@ -24,7 +24,6 @@
upgrade=1 from_commit=6a8fea2965da32112d10a659637e3b1cd0b2c61c
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
;;; Options
Email=

View file

@ -46,15 +46,6 @@ ynh_clean_setup () {
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
#=================================================
# CHECK THE SYNTAX OF THE PATHS
#=================================================
test -n "$old_path" || old_path="/"
test -n "$new_path" || new_path="/"
new_path=$(ynh_normalize_url_path $new_path)
old_path=$(ynh_normalize_url_path $old_path)
#=================================================
# CHECK WHICH PARTS SHOULD BE CHANGED
#=================================================