mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
https element url
This commit is contained in:
parent
cbebfa9557
commit
d0efc856de
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ ynh_app_setting_set --app=$app --key=synapse_user_app_pwd --value=$synapse_user_
|
|||
## SET STANDARD SETTINGS FROM DEFAULT CONFIG
|
||||
#=================================================
|
||||
|
||||
element_ynh_url=element_domain+element_path
|
||||
element_ynh_url="https://"+element_domain+element_path
|
||||
allow_public_rooms_without_auth="false"
|
||||
allow_public_rooms_over_federation="false"
|
||||
disable_msisdn_registration="true"
|
||||
|
|
|
@ -191,7 +191,7 @@ element_path=$(ynh_app_setting_get --app $element_instance --key path)
|
|||
|
||||
if [ -z "$element_ynh_url" ]
|
||||
then
|
||||
element_ynh_url=element_domain+element_path
|
||||
element_ynh_url="https://"+element_domain+element_path
|
||||
ynh_app_setting_set --app=$app --key=element_ynh_url --value=$element_ynh_url
|
||||
fi
|
||||
if [ -z "$allow_public_rooms_without_auth" ]
|
||||
|
|
Loading…
Reference in a new issue