Skip to content

Commit 8f64345

Browse files
committed
RM js proxy + add readme
1 parent 9c5dda4 commit 8f64345

10 files changed

+7
-8660
lines changed

theia/proxy-rs/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Theia Proxy
2+
Proxies requests to the corresponding ide server based on the session_id for the given request.
3+
Fetches the `cluster_ip` from the token, then proxies http and ws requests.
4+
5+
6+
### Running Locally
7+
Requires you to run `mkdebug` to be able to test proxying to an ide.

theia/proxy/.dockerignore

-2
This file was deleted.

theia/proxy/.gitignore

-1
This file was deleted.

theia/proxy/Dockerfile

-17
This file was deleted.

theia/proxy/index.js

-217
This file was deleted.

0 commit comments

Comments
 (0)