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

[Improvement]: Terminal improvements #2651

Open
3 tasks
ayntk-ai opened this issue Jun 24, 2024 · 2 comments
Open
3 tasks

[Improvement]: Terminal improvements #2651

ayntk-ai opened this issue Jun 24, 2024 · 2 comments

Comments

@ayntk-ai
Copy link

Description

Note: The terminal is not added at the moment but will be soon: #2586

Minimal Reproduction (if possible, example repository)

Some improvement ideas for the terminal system could be:

  • A full log of all the commands we have run in the terminal (with automatic log rotation and deletion) -> So we can keep track of what we have run on our system.
  • A snippet store -> so we can store most used commands as snippets and easily execute them with one click (not have to retype them every time) -> For example docker system prune on the server
  • Run commands on multiple containers at the same time -> could be achieved with the tags system --> But maybe not that smart for security?

Exception or Error

No response

Version

@LEstradioto
Copy link
Contributor

Oh I can see more clearly now about these ideas.

About number 3, If I understand correctly, this could be some kind of Cron system right? Like, setup some bash scripting or whatever, and run it periodically or by startup button

@ayntk-ai
Copy link
Author

Oh I can see more clearly now about these ideas.

About number 3, If I understand correctly, this could be some kind of Cron system right? Like, setup some bash scripting or whatever, and run it periodically or by startup button

Yes. Also for 3, when you add tags, there is a way to re-deploy all containers with those tags, maybe the tags functionality can be leveraged for terminal as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants