mirror of
https://github.com/YunoHost-Apps/librarian_ynh.git
synced 2024-09-03 19:36:01 +02:00
commit
ed1c1d140d
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
domain="domain.tld"
|
||||
path="/"
|
||||
is_public=1
|
||||
instance_country=France
|
||||
instance_provider=OVH
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
|
|
|
@ -29,6 +29,8 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
|
|||
# Needed for helper "ynh_add_nginx_config"
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
instance_country=$(ynh_app_setting_get --app=$app --key=instance_country)
|
||||
instance_provider=$(ynh_app_setting_get --app=$app --key=instance_provider)
|
||||
|
||||
#=================================================
|
||||
# BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP
|
||||
|
|
Loading…
Reference in a new issue