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

- [ ] blackfire php library is not installed for the correct architecture - [ ] xdebug.client_host is not properly set (due to the way how docker on Mac OS...

bug

As found during setup with @vinicius73 the initial bootstrap could be improved a bit: - [ ] Progress output for git clone commands - [ ] Retry failed clones -...

enhancement

There are still quite some occurrences of my own environment which should be moved to more generic approaches: - absolute file paths, e.g. (/home/jus/) - fixed domain values - e.g....

enhancement

I am having trouble starting the dev setup and getting SSL to work. What I did: - checkout `stable23` for NC server - latest nextcloud-docker-dev - `DOMAIN_SUFFIX=.localhost` - `PHP_VERSION=80` -...

It's not possible to connect to the user share because in the UI you need to use "$user1" to specify the name of the share, but due to the user...

bug

Integrate https://github.com/strukturag/nextcloud-spreed-signaling/pull/7 cc @ma12-co

enhancement

Allow users to add a script which gets executed on installation, e.g. for adding users, database dumps for example data, ...

enhancement

do i see it right that there is no phpunit included? how can i execute a unit-test with this setup?

enhancement

I had problems to work stable24 with mysql. So, I think it's very nice to start stable24 with sqlite which works very well. I ran `docker compose up stable24 proxy`...

bug