1
0
Fork 0
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:
Gredin 67 2023-01-06 14:48:08 +01:00
parent cbebfa9557
commit d0efc856de
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ ynh_app_setting_set --app=$app --key=synapse_user_app_pwd --value=$synapse_user_
## SET STANDARD SETTINGS FROM DEFAULT CONFIG ## 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_without_auth="false"
allow_public_rooms_over_federation="false" allow_public_rooms_over_federation="false"
disable_msisdn_registration="true" disable_msisdn_registration="true"

View file

@ -191,7 +191,7 @@ element_path=$(ynh_app_setting_get --app $element_instance --key path)
if [ -z "$element_ynh_url" ] if [ -z "$element_ynh_url" ]
then 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 ynh_app_setting_set --app=$app --key=element_ynh_url --value=$element_ynh_url
fi fi
if [ -z "$allow_public_rooms_without_auth" ] if [ -z "$allow_public_rooms_without_auth" ]