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.
npm run prepare
cp target/collab ~/.local/share/code-server/plugins/collab -R
tar xvfz code-server-collab.tar.gz
cp ./collab ~/.local/share/code-server/plugins/collab -R