mirror of
https://github.com/YunoHost-Apps/leed_ynh.git
synced 2024-09-03 19:26:32 +02:00
Fix
This commit is contained in:
parent
c32a9f4562
commit
1a34c25797
3 changed files with 9 additions and 8 deletions
|
@ -31,7 +31,7 @@ Use the admin panel of your Leed to configure this app.
|
|||
|
||||
## YunoHost specific features
|
||||
|
||||
* Login secured by fail2ban
|
||||
* Login secured by Fail2Ban
|
||||
|
||||
#### Multi-users support
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Utiliser le panneau d'administration de votre Jenkins pour configurer cette appl
|
|||
|
||||
## Fonctionnalités spécifiques à YunoHost
|
||||
|
||||
* Login sécurisé par fail2ban
|
||||
* Login sécurisé par Fail2Ban
|
||||
|
||||
#### Support multi-utilisateurs
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
||||
|
||||
#=================================================
|
||||
# DECLARE DATA AND CONF FILES TO BACKUP
|
||||
|
|
Loading…
Add table
Reference in a new issue