mirror of
https://github.com/computernewb/collabvm-1.2.ts.git
synced 2025-01-22 02:31:49 -05:00
CVM1 clone in TypeScript since cvm1.2.11 decided to nuclear explode
751b0492f6
build(deps): bump micromatch from 4.0.7 to 4.0.8 |
||
---|---|---|
assets | ||
collab-vm-1.2-binary-protocol@cfe9acc60b | ||
cvm-rs | ||
cvmts | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
.prettierignore | ||
.prettierrc.json | ||
.yarnrc.yml | ||
config.example.toml | ||
cvmserver.png | ||
LICENSE.MD | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
CollabVM1.ts
This is a drop-in replacement for the dying CollabVM 1.2.11. Currently in beta
Compatibility
The CollabVM server will run on any Operating System that can run Node.JS and Rust. This means modern Linux distributions and Windows versions.
We do not recommend or support running CollabVM Server on Windows due to very poor support for QEMU on that platform.
Dependencies
The CollabVM server requires the following to be installed on your server:
- Node.js (obviously)
- QEMU (Unless you just want to use a VNC Connection as your VM)
- A Rust toolchain (e.g: rustup)
- NASM assembler
Installing dependencies on Arch
- Install dependencies:
sudo pacman --needed --noconfirm -Sy nodejs nasm rust
- Enable corepack:
sudo corepack enable
Installing dependencies on Debian
TODO
Running
TODO: These instructions are not finished for the refactor branch.
- Copy config.example.toml to config.toml, and fill out fields
- Install dependencies:
yarn
- Build it:
yarn build
- Run it:
yarn serve