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
|
||||
|
||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/inst
|
|||
## Résumé
|
||||
Leed (contraction de Light Feed) est un agrégateur RSS/ATOM minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive.
|
||||
|
||||
**Version embarquée:** 1.8.3
|
||||
**Version embarquée :** 1.8.3
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
@ -27,11 +27,11 @@ Utiliser le panneau d'administration de votre Jenkins pour configurer cette appl
|
|||
|
||||
## Documentation
|
||||
|
||||
* Documentation YunoHost: Il n'y a pas d'autre documentation, n'hésitez pas à contribuer.
|
||||
* Documentation YunoHost : Il n'y a pas d'autre documentation, n'hésitez pas à contribuer.
|
||||
|
||||
## Fonctionnalités spécifiques à YunoHost
|
||||
|
||||
* Login sécurisé par fail2ban
|
||||
* Login sécurisé par Fail2Ban
|
||||
|
||||
#### Support multi-utilisateurs
|
||||
|
||||
|
@ -46,10 +46,10 @@ Non supportée.
|
|||
|
||||
## Liens
|
||||
|
||||
* Reporter un bug: https://github.com/YunoHost-Apps/leed_ynh/issues
|
||||
* Site de Leed: http://leed.idleman.fr/
|
||||
* Dépôt de Leed: http://git.idleman.fr/LeedRSS/Leed
|
||||
* Site de YunoHost: https://yunohost.org/
|
||||
* Reporter un bug : https://github.com/YunoHost-Apps/leed_ynh/issues
|
||||
* Site de Leed : http://leed.idleman.fr/
|
||||
* Dépôt de Leed : http://git.idleman.fr/LeedRSS/Leed
|
||||
* Site de YunoHost : https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue