1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00
This commit is contained in:
Éric Gaspar 2023-04-12 19:47:13 +02:00
parent 9c223e7523
commit 71c465bd1f
2 changed files with 2 additions and 5 deletions

View file

@ -4,7 +4,8 @@ location __PATH__/ {
alias __INSTALL_DIR__/;
index index.html;
try_files $uri $uri/ /index.html;
try_files $uri $uri/ __PATH__/index.html;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;

View file

@ -16,10 +16,6 @@ source /usr/share/yunohost/helpers
synapse_domain=$(ynh_app_setting_get --app=$synapse_app --key=domain)
synapse_port=$(ynh_app_setting_get --app=$synapse_app --key=synapse_port)
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================
ynh_app_setting_set --app=$app --key=synapse_domain --value=$synapse_domain
ynh_app_setting_set --app=$app --key=synapse_port --value=$synapse_port