-
-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is this a new feature request?
- I have searched the existing issues
Wanted change
In order to serve on a base path (an url prefix), code-server has an argument named --abs-proxy-base-path, but this argument is not configurable from the docker arguments.
Reason for change
This is useful for anyone who needs to serve a landing webpage at, say, example.com, and a vscode editor for the webpage at example.com/code.
It is also useful if you want to have different workspaces for different users on the same domain: example.com/user1/workspace with one container and example.com/user2/workspace with a second one.
Proposed code change
Add an if block for --abs-proxy-base-path here and passing the argument here
pululuandre-jpg and PululuK
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done