nextcloud-docker-dev
nextcloud-docker-dev copied to clipboard
Nextcloud development environment using docker-compose
It seems like the Devcontainer is not working anymore for at least the following Nextcloud app repositories: https://github.com/nextcloud/deck https://github.com/nextcloud/tables Both repos rely on nextcloud-dev-php80 for their Devcontainer setup. I'm not...
For debugging federation, it would be nice to trust the mkcert CA also in the containers. - Get the ca path: mkcert -CAROOT - Copy the root ca to our...
I got a report that it is not obvious how to get the full branch list / history once using boostrap.sh on a fresh setup, should check and update docs...
So for example if you clone `nextcloud-docker-dev` into a directory called `Nextcloud dev` the script will fail
When I run `docker-compose up stable28`, I actually get `29.0.0 dev` in the settings. How are these stable containers supposed to work? It looks like they all have the same...
I have this URL working on my local system which "http://nextcloud.local/index.php/apps/dashboard/" Questions: - How can I open this same URL in other device within same network. (Like in my phone...
Notes for testing SMB with ACL with https://github.com/juliushaertl/nextcloud-docker-dev/blob/master/docker-compose.yml#L683-L699 ``` vi /etc/samba/smb.conf [public] path = /smbmount browsable = yes read only = no guest ok = yes inherit acls = yes...
Sorry , I am new to NextCloud , just did a fresh installation on my local and when I go to http://nextcloud.local/index.php/settings/user I am getting this error: `Message: assert(class_exists(LoadViewer::class)) in...
I got reports that creating a new stable branch is not working well and leaving folders in root permissions causing troubles: - Update failed cannot open /home/julia/docker-nc/server/apps-extra/activity/.git/worktrees/activity/FETCH_HEAD: Permission denied -...