docker-nextcloud
docker-nextcloud copied to clipboard
Not playing with custom apps
Custom Apps installed through this docker container don't get any of the custom resources.
Here is an example of the calendar app.

I looked around and I think it might be due to the lack of chowning ${NEXTCLOUD_INSTALL_DIR}/custom_apps in here
Custom apps are working for me, @primetoxinz, perhaps it has something to do with a proxy/web-server? For instance, I have this working in an nginx environment as a FPM client, and in order to do that I had to share the nextcloud subdir with the nginx container. Without that docker volume shared between them, nginx would not see the new apps.