mirror of
https://github.com/tale/headplane.git
synced 2026-08-13 23:16:55 +00:00
feat: initial webssh tooling
This commit is contained in:
@@ -7,6 +7,10 @@ many side-effects (in this case, importing a module may run code).
|
||||
```
|
||||
server
|
||||
├── index.ts: Loads everything and starts the web server.
|
||||
├── agent/
|
||||
│ ├── dispatcher.ts: Serializes commands for the agent control fd (stdin).
|
||||
│ ├── ssh.ts: Manages & multiplexes the active web SSH connections
|
||||
│ ├── env.ts: Checks the environment variables for custom overrides.
|
||||
├── config/
|
||||
│ ├── integration/
|
||||
│ │ ├── abstract.ts: Defines the abstract class for integrations.
|
||||
|
||||
Reference in New Issue
Block a user