nextcloud-docker-dev icon indicating copy to clipboard operation
nextcloud-docker-dev copied to clipboard

Nextcloud development environment using docker-compose

Results 58 nextcloud-docker-dev issues
Sort by recently updated
recently updated
newest added

I'm getting an exception with nextcloud 25 (latest at date) with php80 I've got this in my .env `PHP_VERSION=80` ![image](https://user-images.githubusercontent.com/850603/180654729-2bfb5f22-6602-4f0e-b400-6cd7b941b9f2.png) It works on `PHP_VERSION=74`

bug
needs info

- [x] Clone with depth 1 and add hint to unshallow the repository - [ ] Add required dependency install instractions - [x] macOS - [ ] Linux (Ubuntu/Debian/Arch) -...

Currently the `VIRTUAL_HOST` environment variable is used by Nextcloud containers to derive an identifier for the instance among other things. This puts some limitations on how nginx-proxy can be used...

enhancement
question

My log file is polluted with these errors: ```json { "reqId": "ErAZBSfz8BcrItdKUwe0", "level": 3, "time": "2022-02-08T10:07:41+00:00", "remoteAddr": "192.168.21.2", "user": "admin", "app": "PHP", "method": "PUT", "url": "/index.php/apps/user_status/heartbeat", "message": "Unknown: php_network_getaddresses: getaddrinfo...

bug

Great work on this - I got it up and running following the instructions without issue. However, when I fired up `nextcloud.local` in my browser I found I lacked the...

documentation

- [ ] autogenerate docker/configs/keycloak/realm-export.json with proper domain suffix - [ ] add script to auto configure oidc - [ ] add script to auto configure saml - [ ]...

enhancement

- [ ] figure out how to make plain http work out of the box - [ ] add script to auto configure collabora - [ ] auto configure gss.master.csp-allow...

enhancement

It would be nice to be able to use this setup for app dev. I hope I'll find some time to contribute this. @juliushaertl you can assign me this issue...

- [x] Basic containers - [ ] Make collabora work out of the box - [ ] SAML integration as an option with keycloak - [ ] Ensure that it...