mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update install
This commit is contained in:
parent
5dbf9f89dd
commit
45f272140f
1 changed files with 4 additions and 2 deletions
|
@ -91,13 +91,15 @@ ynh_app_setting_set --app=$app --key=synapse_user_app_pwd --value=$synapse_user_
|
|||
## SET STANDARD SETTINGS FROM DEFAULT CONFIG
|
||||
#=================================================
|
||||
|
||||
element_ynh_url="https://matrix.to/"
|
||||
# Get app name of first Element Instance (can be changed later in Config Panel)
|
||||
element_instance="element"
|
||||
if yunohost --output-as plain app list | grep -q "^$element_instance$"; then
|
||||
element_domain=$(ynh_app_setting_get --app $element_instance --key domain)
|
||||
element_path=$(ynh_app_setting_get --app $element_instance --key path)
|
||||
element_ynh_url="https://"+element_domain+element_path
|
||||
if [ -z "$element_domain" ]; then
|
||||
element_ynh_url="https://matrix.to/"
|
||||
#if [ -z "$element_domain" ]; then
|
||||
# element_ynh_url="https://matrix.to/"
|
||||
fi
|
||||
|
||||
allow_public_rooms_without_auth="false"
|
||||
|
|
Loading…
Add table
Reference in a new issue