1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update change_url

This commit is contained in:
Éric Gaspar 2023-11-30 13:09:05 +01:00
parent 0e79a6449d
commit a8f0324b87

View file

@ -49,6 +49,14 @@ then
fi
fi
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Configuring permissions..."
# Temporary fix for the API permission
ynh_permission_create --permission="api" --label="api" --url="re:$domain\/.well-known\/.*" --allowed="visitors" "all_users" --auth_header="false" --show_tile="false" --protected="true"
#=================================================
# END OF SCRIPT
#=================================================