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 request: multi-tenant version of Command Jobs accessible via terminal #15

Open
nicobrenner opened this issue Mar 8, 2024 · 0 comments

Comments

@nicobrenner
Copy link
Owner

Two ways of going about it:

  1. have separate instances of command jobs running simultaneously
  2. have command jobs support multiple users at the same time, or

We could start with 1, then go for 2 if necessary

The app can be served via SSH (I imagine):

  • when someone connects via ssh, the server spawns a new shell/command that only runs commandjobs, and saves some sort of unique id for the user (their public ssh key maybe?)
  • to be able to resume the session later, the server would need to keep track of unique user ids
  • each job_listings.db and base_resume.txt file would need to be stored, paired with their corresponding unique user id
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

1 participant