Skip to content

dinhngtu/code-server-collab

 
 

Repository files navigation

code-server-collab

Code-Server collaboration backend plugin, to interoperate with my frontend collaboration plugin kainzpat14/code-collab

IMPORTANT: This plugin provides an unauthenticated YJS-Websocket on your code-server installation, as the frontend runs locally, make sure that your reverse proxy filters any calls to /collab.

How to install:

Build from source

npm run prepare
cp target/collab ~/.local/share/code-server/plugins/collab -R

Extract from tar

tar xvfz code-server-collab.tar.gz
cp ./collab ~/.local/share/code-server/plugins/collab -R

About

Code-Server collaboration backend plugin, to interoperate with my frontend collaboration plugin

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.4%
  • Shell 2.6%