You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: