Restricting Workspace Access by User #8391
Unanswered
joshkimmel16
asked this question in
General
Replies: 1 comment 3 replies
-
|
Theia does not support multi tenancy. The primary use case one backend one user. This user can share the backend with other users for collaborative work though. For multi tenancy you will need to look into containerised solutions or somehow manage it with system rights. A user can create a new workspace using File menu, i.e. Save as workspace. Previously opened workspaces are available via |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm still learning the ins and outs of theia so I apologize in advance if this question is obvious or there is a paradigm/feature that I'm missing. I wasn't able to find an existing question that is similar but if there is, I'd appreciate a pointer to it!
I'm looking to host theia on a remote server such that many different users can access it. For each user, I'm hoping to:
What would be the best way to use/extend theia to accomplish this? Happy to provide more details if necessary.
Beta Was this translation helpful? Give feedback.
All reactions