mirror of
https://github.com/YunoHost-Apps/synapse-admin_ynh.git
synced 2024-09-03 20:26:34 +02:00
cleaning
This commit is contained in:
parent
9c223e7523
commit
71c465bd1f
2 changed files with 2 additions and 5 deletions
|
@ -4,7 +4,8 @@ location __PATH__/ {
|
||||||
alias __INSTALL_DIR__/;
|
alias __INSTALL_DIR__/;
|
||||||
|
|
||||||
index index.html;
|
index index.html;
|
||||||
try_files $uri $uri/ /index.html;
|
|
||||||
|
try_files $uri $uri/ __PATH__/index.html;
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
|
@ -16,10 +16,6 @@ source /usr/share/yunohost/helpers
|
||||||
synapse_domain=$(ynh_app_setting_get --app=$synapse_app --key=domain)
|
synapse_domain=$(ynh_app_setting_get --app=$synapse_app --key=domain)
|
||||||
synapse_port=$(ynh_app_setting_get --app=$synapse_app --key=synapse_port)
|
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_domain --value=$synapse_domain
|
||||||
ynh_app_setting_set --app=$app --key=synapse_port --value=$synapse_port
|
ynh_app_setting_set --app=$app --key=synapse_port --value=$synapse_port
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue