Julius Knorr
Julius Knorr
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...
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...
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 -...
As @nickvergessen mentioned there could be a couple of things to configure to trigger bugs - Set a displayname on the users, maybe displaynames with some xss teststrings - File...
This issue will keep getting updates about changes that are relevant for developers using this setup or the images. You can subscribe to it to get updates. ## Updating to...
Currently the only way to reset an instance is to call `docker compose down -v` which is quite bad as it will remove all instances and their data. Ideally we'd...
Notify push is partly working but requires some manual setup currently: ``` occ app:enable notify_push occ notify_push:setup http://push.dev.local additional config.php entry for trusted proxies: + // maybe use ip addr...
As a reference: - https://github.com/nextcloud-releases/all-in-one/blob/main/.github/workflows/build_images.yml - https://github.com/nextcloud-releases/all-in-one/blob/main/.github/workflows/promote-to-beta.yml - https://github.com/nextcloud-releases/all-in-one/blob/main/.github/workflows/promote-to-latest.yml
As requested during feature review It might not be likely that those have versions but is still nice to at least offer it. - Image viewing doesn't work out of...