mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
cleaning
This commit is contained in:
parent
0944fa77ad
commit
ab5b0a4d5d
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ demo = "https://libreddit.spike.codes/"
|
||||||
code = "https://github.com/spikecodes/libreddit"
|
code = "https://github.com/spikecodes/libreddit"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2.18"
|
yunohost = ">= 11.2.29"
|
||||||
helpers_version = "2.1"
|
helpers_version = "2.1"
|
||||||
architectures = ["amd64"]
|
architectures = ["amd64"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
@ -43,7 +43,7 @@ ram.runtime = "50M"
|
||||||
extract = false
|
extract = false
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
rename = "redlib"
|
rename = "redlib"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
#autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ ynh_print_info "Declaring files to be backed up..."
|
||||||
ynh_backup "$install_dir"
|
ynh_backup "$install_dir"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BACKUP THE NGINX CONFIGURATION
|
# SYSTEM CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf"
|
ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||||
|
|
Loading…
Reference in a new issue