Skip to content
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

[Feature]: Terminal? #670

Closed
1 task done
aghasemi opened this issue Oct 9, 2022 · 2 comments
Closed
1 task done

[Feature]: Terminal? #670

aghasemi opened this issue Oct 9, 2022 · 2 comments

Comments

@aghasemi
Copy link

aghasemi commented Oct 9, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Hi. Is there a way to open a terminal in Coolify UI for the same machine on which Coolify is running?

Why should this be worked on?

It can be helpful in various debugging situations, creating SSH key pairs, and in general convenience for not having to go outside the browser when Coolify UI is open already.

@punnerud
Copy link

punnerud commented Oct 9, 2022

I have found two different ways to solve it:

  1. attach local standard input, output, and error streams to a running container
  2. Docker is not normally shipped with ssh, so if have to be added as part of the build build process

With alternative 1 there could be a prompt at first within Coolify, and later added ssh support to bridge them.
Alternative 2 is a more native way to solve it and more secure, but do change the build.

If alternative 2 is done, why should there be a support for adding other scripts to the build process of Docker? So the first version could just be support for custom build scripts, where ssh is one possibility.

Copy link
Member

I'm closing this issue, because tracking features will be moved to GitHub discussions. Github issues will be only for bugs.

Version 4 is in full focus. v3 related issues will be closed, if it is not a critical bug.

Thanks for your understanding.

@andrasbacsai andrasbacsai closed this as not planned Won't fix, can't repro, duplicate, stale Sep 8, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants