mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
Update install
This commit is contained in:
parent
e9d48f8bb4
commit
e8e3c77029
1 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,8 @@ source /usr/share/yunohost/helpers
|
||||||
# RETRIEVE ARGUMENTS FROM THE MANIFEST
|
# RETRIEVE ARGUMENTS FROM THE MANIFEST
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
admin="$YNH_APP_ARG_ADMIN"
|
||||||
|
|
||||||
landing_page_user=""
|
landing_page_user=""
|
||||||
client_max_body_size="100M"
|
client_max_body_size="100M"
|
||||||
|
|
||||||
|
@ -59,7 +61,8 @@ advanced_rate_limit_requests="300"
|
||||||
#=================================================
|
#=================================================
|
||||||
# STORE SETTINGS FROM MANIFEST
|
# STORE SETTINGS FROM MANIFEST
|
||||||
#=================================================
|
#=================================================
|
||||||
#REMOVEME? ynh_script_progression --message="Storing installation settings..." --weight=1
|
|
||||||
|
ynh_app_setting_set --app="$app" --key=admin --value="$admin"
|
||||||
|
|
||||||
ynh_app_setting_set --app="$app" --key=landing_page_user --value="$landing_page_user"
|
ynh_app_setting_set --app="$app" --key=landing_page_user --value="$landing_page_user"
|
||||||
ynh_app_setting_set --app="$app" --key=client_max_body_size --value="$client_max_body_size"
|
ynh_app_setting_set --app="$app" --key=client_max_body_size --value="$client_max_body_size"
|
||||||
|
|
Loading…
Add table
Reference in a new issue