This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Create reverse proxy for workspace#3
Open
prasadtalasila wants to merge 17 commits intoworkspace-nouveaufrom
Open
Create reverse proxy for workspace#3prasadtalasila wants to merge 17 commits intoworkspace-nouveaufrom
prasadtalasila wants to merge 17 commits intoworkspace-nouveaufrom
Conversation
- Upgrades Ubuntu OS from 20.04 to 24.04 - Adds Firefox, VS Code, Jupyter Lab and Notebook software in the workspace - Adds docker compose file to test the image --------- Co-authored-by: DisasterlyDisco <aleksander.r.m@protonmail.com>
…, vscode and vnc not yet
…e AND removed superflous squash layer.
…t of http request.
Author
|
@DisasterlyDisco The functionality works only for dtaas-user. It stops working if the username is changed. |
Collaborator
|
I cannot replicate that problem. Are you certain that the paths you use to access the tools is correct and doesn't include the new user subpath followed by the old user subpath? |
…github.com/INTO-CPS-Association/ml-workspace into 2-create-reverse-proxy-for-workspace-image
… startup. Custom startup now monitors services, keeping them alive, killing them on script death
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Description:
The VNC, Jupyter Lab, Jupyter Notebook and VSCode services were being exposed at different ports of a workspace. This pull request adds feature of placing all the services behind the nginx reverse proxy.
Checklist: