mirror of
https://github.com/YunoHost-Apps/ifm_ynh.git
synced 2024-09-03 18:45:52 +02:00
commit
ba14bd5cf0
4 changed files with 4 additions and 3 deletions
|
@ -29,7 +29,7 @@ The IFM is a web-based filemanager, which comes as a single file solution using
|
|||
- simple authentication (LDAP via `ldap_bind` possible)
|
||||
|
||||
|
||||
**Shipped version:** 4.0.0~ynh2
|
||||
**Shipped version:** 4.0.0~ynh3
|
||||
|
||||
**Demo:** https://ifmdemo.gitea.de/
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ L'IFM est un gestionnaire de fichiers basé sur le Web, qui se présente sous la
|
|||
- aperçu de l'image
|
||||
- authentification simple (LDAP via `ldap_bind` possible)
|
||||
|
||||
**Version incluse :** 4.0.0~ynh2
|
||||
**Version incluse :** 4.0.0~ynh3
|
||||
|
||||
**Démo :** https://ifmdemo.gitea.de/
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Improved File Manager",
|
||||
"fr": "Gestionnaire de fichiers amélioré"
|
||||
},
|
||||
"version": "4.0.0~ynh2",
|
||||
"version": "4.0.0~ynh3",
|
||||
"url": "https://github.com/misterunknown/ifm",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
|
@ -19,6 +19,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||
|
||||
fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint)
|
||||
fpm_free_footprint=$(ynh_app_setting_get --app=$app --key=fpm_free_footprint)
|
||||
|
|
Loading…
Add table
Reference in a new issue