1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00
This commit is contained in:
ericgaspar 2020-11-25 21:07:33 +01:00
parent c32a9f4562
commit 1a34c25797
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 9 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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