-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add devcontainer config for developing Gitea #24781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
In Gitpod we also write an |
Where is the start command? |
Also, please re-format this file to 2-space indent. |
Co-authored-by: Yarden Shoham <[email protected]>
updated formatting.
none yet. |
I tried spinning up a GitHub Codespace but it failed, log:
|
nodejs.org is probably just having a tea break, hopefully it'll be back soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good base. Incomplete and we'll iterate. Next steps is auto app.ini
creation and make watch
.
* giteaofficial/main: Show if File is Executable (go-gitea#25287) Add devcontainer config for developing Gitea (go-gitea#24781) Add link to support page for commercial support (go-gitea#25293) Docs about how to generate config for act runner with docker and setup it with docker-compose (go-gitea#25256) Fix some UI alignments (go-gitea#25277) Remove fomantic inverted variations (go-gitea#25286) Fix issue and commit status popup padding (go-gitea#25254)
With the recent release of https://github.com/loft-sh/devpod making ephemeral dev environments (ala GitPod/Codespaces) much easier (aka, no pre-configured infra required). This allows an alternative to using GitPod for such development options.