Wonderfall

Results 24 comments of Wonderfall

Yes, I'm gonna refactor the image soon so it won't be necessary. Chown is fast on everything except `overlay2fs` unfortunately.

Thanks for your discovery, I should have paid attention to this. I don't have much time but I'll try to fix this as soon as I can (and provide some...

I'd like to help you but unfortunately I don't use LDAP auth myself. As far as I know php ldap extension is the main requirement, isn't it? https://docs.nextcloud.com/server/11.0/admin_manual/configuration_user/user_auth_ldap.html

https://github.com/Wonderfall/dockerfiles/blob/master/nextcloud/11.0/Dockerfile#L63 I thought it'd be enough. Well I'll try LDAP myself

I didn't want to integrate this extension because of many security issues in the past. Your approach is good so I don't see why you get a segmentation fault. Can...

I see... I don't have an explanation for now. Perhaps you're using AppArmor, SELinux or Grsec?

I just built `imagick` for my image lychee and I don't have any `segmentation fault` (while I'm using apparmor). So I think it's likely coming from your side if it...

My bad. Just tried running before but I can confirm `docker run -ti image php7.1 -i` output ends with `Segmentation fault (core dumped)`. Can you try to compile from https://github.com/mkoppanen/imagick...

Mh, is imagick actually used by Nextcloud? I was not sure about that, though the documentation says it is. A way to add imagick would be to add `imagick` to...

It is normal to reactivate all plugins but you shouldn't set manually the maintenance state... weird. I'm currently thinking of a way to reactive all plugins but that would cause...