feat: reimplement websocket to use hono
This commit is contained in:
parent
c066b3064d
commit
9a1051b9af
13 changed files with 337 additions and 351 deletions
|
|
@ -16,5 +16,6 @@ server
|
|||
│ ├── config-loader.ts: Loads the Headscale configuration (if available).
|
||||
│ ├── config-schema.ts: Defines the schema for the Headscale configuration.
|
||||
├── web/
|
||||
│ ├── agent.ts: Handles setting up the agent WebSocket if needed.
|
||||
│ ├── oidc.ts: Loads and validates an OIDC configuration (if available).
|
||||
│ ├── sessions.ts: Initializes the session store and methods to manage it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue