1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git synced 2024-09-03 20:36:01 +02:00
This commit is contained in:
Éric Gaspar 2024-08-07 13:50:48 +02:00
parent 813825c29d
commit 81da385a04
2 changed files with 1 additions and 6 deletions

View file

@ -14,11 +14,10 @@ license = "GPL-3.0"
website = "https://tinyfilemanager.github.io/"
demo = "https://tinyfilemanager.github.io/demo/"
admindoc = "https://github.com/prasathmani/tinyfilemanager/wiki"
userdoc = "https://github.com/prasathmani/tinyfilemanager"
code = "https://github.com/prasathmani/tinyfilemanager"
[integration]
yunohost = ">= 11.2"
yunohost = ">= 11.2.20"
architectures = "all"
multi_instance = true
ldap = false

View file

@ -33,10 +33,6 @@ ynh_backup --src_path="$data_dir" --is_big
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
# BACKUP THE PHP-FPM CONFIGURATION
#=================================================
ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
#=================================================