Skip to content

Setup coder for a couple of end users #1006

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

Closed
crazytaj opened this issue Sep 20, 2019 · 3 comments
Closed

Setup coder for a couple of end users #1006

crazytaj opened this issue Sep 20, 2019 · 3 comments

Comments

@crazytaj
Copy link

I have installed it on an Ubuntu 18 image, and it works great, but I was wondering how I would go about adding users to it (with their own directory) and maybe a custom login page as well. I am trying to use this for my Coding Club and I can't really figure it out. I can do all the database, PHP and stuff myself but I don't know how to A. find the spot to put it in and B. setup user directories that they are restricted to. Any help would be appreciated.

@frank-dspeed
Copy link

in your case the most easy way is to use one container per user and mount a directory for them .

@sr229
Copy link
Contributor

sr229 commented Sep 20, 2019

Hi, what @frank-dspeed said. I highly recommend to mount a volume per user in a Docker container, or you can use systemd-nspawn and have a different code-server run in a cgroup and namespace per engineer.

@sr229
Copy link
Contributor

sr229 commented Sep 20, 2019

Track it at GH-792 for now. Closing this as duplicate.

@sr229 sr229 closed this as completed Sep 20, 2019
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

3 participants