deck
deck copied to clipboard
Devcontainer/Codespaces is not working anymore
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Describe the bug README suggests to use Devcontainer/Codespaces for developing: https://github.com/nextcloud/deck#github-codespaces--vs-code-devcontainer However, if I start a Github Codespace or a Devcontainer in my VS Code, then the Nextcloud base is not installed properly. In the bash logs I get this 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 bet there are dozens of other way to setup a development environment. However, due to certain limitations on my computer, I cannot (or don't want to) install node/npm and others. So it would be nice to have the Devcontainer option working again.
To Reproduce Steps to reproduce the behavior:
- Fork the project and start a Github Codespace. Alternatively, clone the repo locally and start a VS Code Devcontainer
- Wait for container initialization
- See error message.
- Open the container's HTTP port and see the "Installing container" page with just the error message from step 3.
Expected behavior Nextcloud base is installed properly
I filed a bug already over in the nextcloud-dev-container repo. However, I'm not sure if it's maybe just a config issue here regarding devcontainer setup.