nextcloud-docker-dev
nextcloud-docker-dev copied to clipboard
Nextcloud development environment using docker-compose
This is adding a container to compile nextcloud desktop for linux. Testing can be done in the container or in the host system.
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...
I'm working on adding an nfs container that can be attached as storage. Collecting my notes here so they do not get lost.
It would be great if `nextcloud-docker-dev` supports Podman. I can do some research on this. Things that caus errors: - `docker.sock` https://github.com/juliushaertl/nextcloud-docker-dev/blob/master/docker-compose.yml#L13 - ~`host-gateway` https://github.com/juliushaertl/nextcloud-docker-dev/blob/master/docker-compose.yml#L98~
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...
Hi everyone :slightly_smiling_face: I would like to use Keycloak to do tests and I cannot log in with Keycloak. I followed the instructions : https://github.com/juliushaertl/nextcloud-docker-dev#keycloak . I run a few...
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...
`XXX.localhost` is set up on most linux systems to already resolve to 127.0.0.1, so adding the record to /etc/hosts would no longer be needed. Of course this can be changed...
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