mirror of
https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git
synced 2024-09-03 20:36:01 +02:00
cleaning
This commit is contained in:
parent
813825c29d
commit
81da385a04
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue