Create an selfhosted alternative GitHub Codespaces #6258
Unanswered
dedrisproject
asked this question in
General
Replies: 1 comment 5 replies
-
You might find https://github.com/coder/coder useful although it only manages credentials and provisions workspaces, it does not have the project/task management functionality you also mentioned. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The context is - given a group of junior developers, I want to provide an area within the company where they can access with their own credentials, find the list of projects they are assigned to, and the tasks to be performed on that project. Then, there should be a button next to each project saying "Access workspace," and they will find VSCode Web.
The topic is:
How can we structure the Docker setup to ensure that upon initialization:
It receives the password via a FormPOST to guarantee access only if accessed through a password-protected screen.
How can I make the associated repository file already available so that the developer can have a ready-to-use environment?
Beta Was this translation helpful? Give feedback.
All reactions