nextcloud-docker-dev
nextcloud-docker-dev copied to clipboard
Devcontainer not working anymore for some Nextcloud apps on Github
It seems like the Devcontainer is not working anymore for at least the following Nextcloud app repositories:
https://github.com/nextcloud/deck https://github.com/nextcloud/tables
Both repos rely on nextcloud-dev-php80 for their Devcontainer setup.
I'm not sure if this is the right place to report this error. Maybe I should do it over at the app repos? I suppose something's wrong with the devcontainer config in those repositories. However, I guess it's probably easier for you guys to have a look and detect the issue.
Anyway, I always get the following error message:
🚨 Could not find a valid Nextcloud source in /var/www/html
Double check your REPO_PATH_SERVER and STABLE_ROOT_PATH environment variables in .env
I get the error message in both a VS Code Devcontainer on macOS as well as here in Github Codespaces.
Thanks for reporting. Likks like this was caused by https://github.com/juliushaertl/nextcloud-docker-dev/commit/42925f47ecb534b2b32403193b8c4afc77558a4a#diff-bb5305da9907f05193b9d756f5afb1e7ed55657d8cbb2ea96ce3c6b3beb08d56R359 I'll see if I can come up with a fix soonish.