nextcloud_ynh icon indicating copy to clipboard operation
nextcloud_ynh copied to clipboard

change_url with domain change doesn't propagate the change for the skipped_regex for .well-known

Open alexAubin opened this issue 3 years ago • 2 comments

c.f. the install script which adds a skipped_regex for domain.tld/.well-known

But today an user came with a story where they changed the install domain using change_url ... but the script doesn't has any line to recreate the proper skipped_regex with the new domain ... (then later the new permission system exploded because the old domain did not exist anymore)

alexAubin avatar Feb 22 '21 16:02 alexAubin

I've experienced this, personally, I did just remove the skipped_regex line, even though it's probably important for something. If there's a way to restore it, please let me know.

imreallyliam avatar Feb 23 '21 13:02 imreallyliam

Should be fixed by https://github.com/YunoHost-Apps/nextcloud_ynh/pull/241

kay0u avatar Mar 16 '21 14:03 kay0u