nextcloud-docker-dev
nextcloud-docker-dev copied to clipboard
Nextcloud development environment using docker-compose
- [ ] 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...
As found during setup with @vinicius73 the initial bootstrap could be improved a bit: - [ ] Progress output for git clone commands - [ ] Retry failed clones -...
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....
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...
Integrate https://github.com/strukturag/nextcloud-spreed-signaling/pull/7 cc @ma12-co
Allow users to add a script which gets executed on installation, e.g. for adding users, database dumps for example data, ...
do i see it right that there is no phpunit included? how can i execute a unit-test with this setup?
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`...