https://github.com/icelk/code-server-proxy
A proxy built on Kvarn to enable programming on the web with code-server.
https://github.com/icelk/code-server-proxy
Last synced: about 1 year ago
JSON representation
A proxy built on Kvarn to enable programming on the web with code-server.
- Host: GitHub
- URL: https://github.com/icelk/code-server-proxy
- Owner: Icelk
- License: mit
- Created: 2021-05-20T11:25:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T12:43:45.000Z (about 5 years ago)
- Last Synced: 2025-03-29T08:11:23.776Z (about 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# code-server-proxy
> A proxy for [code-server](https://github.com/cdr/code-server) composing a good online programming experience.
> This is designed to be used by multiple users, concurrently.
A reverse-proxy built on Kvarn to enable TLS on code-server, with extra bits to view your files in the browser (rendered HTML)
and access backend servers by a port.
This means you can program both backend servers and frontend UI from the same website.
# Requirements
This requires you to have [code-server](https://github.com/cdr/code-server) installed and running as a "isolated" user.
The user `onlinecode` and `code-server` listening on port `8080` is assumed, but you can change these defaults on the command line.
See `cargo run -- --help` for more information about usage.