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, indicate it's a workaround for a core issue

This commit is contained in:
Alexandre Aubin 2024-01-25 21:18:08 +01:00 committed by GitHub
parent 7e2bbc482b
commit 625281f6e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ fi
#=================================================
ynh_script_progression --message="Configuring permissions..."
# Temporary fix for the API permission
# Temporary fix for the API permission (workaround for https://github.com/YunoHost/issues/issues/2294 )
ynh_permission_url --permission="api" --url="re:$new_domain\/.well-known\/.*" --auth_header="false" --clear_urls
#=================================================