mirror of
https://github.com/YunoHost-Apps/fluxbb_ynh.git
synced 2024-09-03 18:36:14 +02:00
Fix
This commit is contained in:
parent
ee3e3a08ab
commit
51ba671b7d
4 changed files with 7 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[  
|
||||
](https://dash.yunohost.org/appci/app/fluxbb)
|
||||
[](https://install-app.yunohost.org/?app=fluxbb)
|
||||
[](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
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
upgrade=1 from_commit=6a8fea2965da32112d10a659637e3b1cd0b2c61c
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue