mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update scripts/install
This commit is contained in:
parent
334d100cf4
commit
4c9ff8dd07
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ ynh_permission_create --permission=server_api --url=$domain/_matrix \
|
|||
--auth_header=false --protected=true
|
||||
ynh_permission_create --permission=admin_api --url=$domain/_synapse \
|
||||
--label="Server administration API." --show_tile=false \
|
||||
--auth_header=false
|
||||
--auth_header=false --allowed=visitors
|
||||
if yunohost --output-as plain domain list | grep -q "^$server_name$"; then
|
||||
ynh_permission_create --permission=server_client_infos --url=$server_name/.well-known/matrix \
|
||||
--label="Server info for clients. (well-known)" --show_tile=false --allowed=visitors \
|
||||
|
|
Loading…
Add table
Reference in a new issue