Completed intial SSH section with user/ssh backend

This commit is contained in:
LukeGus
2025-07-18 23:39:23 -05:00
parent 00a827df09
commit 49a4d20740
28 changed files with 5598 additions and 528 deletions

View File

@@ -95,7 +95,7 @@ For production environments, we recommend running the website via Nginx. See the
```bash
cd src/backend
node database.cjs
node ssh.cjs
node ssh.ts
```
This will start the WebSocket services on ports 8081 and 8082.