Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Closed
3 tasks
peaklabs-dev opened this issue Jun 24, 2024 · 2 comments
Closed
3 tasks

[Improvement]: Terminal improvements #2651

peaklabs-dev opened this issue Jun 24, 2024 · 2 comments

Comments

@peaklabs-dev
Copy link
Collaborator

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

@peaklabs-dev
Copy link
Collaborator 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.

@peaklabs-dev peaklabs-dev converted this issue into discussion #3154 Aug 21, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants