-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Embedding the Web IDE in Gitea #27766
Comments
This is a great (and big) plan. I also considered some things like this. |
Confirmation is required before starting:
|
I think this shouldn't depend on act_runner. |
I agree with your idea. I think it would be great to consider implementing a built-in Web IDE scheduling mechanism similar to act_runner, which supports features like SSH, VSCode Remote, JetBrains Gateway, etc. It would also be beneficial to enhance the extensibility of the system, allowing integration with mature third-party products such as Coder. |
FYI There are currently two IDE systems working with Gitea already:
|
Feature Description
Code conflicts can be handled easily. And we can use tools like
DevContainer
to quickly create development environments.We can use
act_runner
as the IDE backend, and Gitea for port forwarding only.Starting an agent inside the container to communicate with an external runner to handle port forwarding while exposing ssh inside the container allows users to connect via ssh using any IDE.
The text was updated successfully, but these errors were encountered: