1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00

Merge pull request #11 from YunoHost-Apps/testing

Update upgrade
This commit is contained in:
Éric Gaspar 2023-01-29 15:23:56 +01:00 committed by GitHub
commit ba14bd5cf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

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

View file

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