User management in code server #5591
Unanswered
mohammedyusha
asked this question in
Q&A
Replies: 2 comments 8 replies
|
Hmm...you'd probably have to implement your own thing in code-server to have such functionality. coder/coder is meant for teams and each user could have their own environment so maybe that's worth exploring? it's also open source. |
6 replies
|
I am using trafik and authelia right now and mount the workspace directory with samba. What I am really wanting though I think is somewhere closer to vscode dev containers that are create on the fly. The user then authenticates, selects the devenv, performs the code checkout, starts the container and then trafik publishes it. I think in most cases people don't really want multi-user, but more multi-workspace. In a way you get multi-user for free in that aspect since you can bind a workspace to a user. |
2 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.
Hi,
Is this possible in code server?
a) Code Server should create a folder like userid and change the directory to the created userid
b) Should not allow to go back by using any means of terminal using command like (cd ..)
All reactions