Commit Graph

17 Commits

Author SHA1 Message Date
Noah Halstead
31c7044ed7
Merge 75e99700d3 into d7aa9f99f5 2025-04-03 19:30:12 +02:00
Adam Shiervani
d7aa9f99f5
refactor: improve WebSocket handling in CreateSession function (#30) 2025-04-03 19:29:11 +02:00
Noah Halstead
75e99700d3 Update code to use Express v5 async handler
This is to update the code after v5 upgrade on commit 16d3f51
2025-03-12 15:01:18 -04:00
Noah Halstead
1c6b4be721 Added Dockerfile and compose stack
This builds a thin docker container with the default .env copied into the container
2025-03-12 14:46:30 -04:00
Noah Halstead
4af69988c2 Update package scripts for development 2025-03-12 14:45:41 -04:00
Noah Halstead
16d3f519b6 Bump package versions and install of dotenv 2025-03-12 14:45:08 -04:00
Noah Halstead
ec85bd7758 Added health check endpoint 2025-03-12 14:40:44 -04:00
Noah Halstead
c0f36d5a72 Set listening port from process ENV + TS Type 2025-03-12 14:40:34 -04:00
Noah Halstead
af7df6617a Fix env example file 2025-03-11 23:31:22 -04:00
Noah Halstead
f449271daf Spell check, fix license metadata in package lock 2025-03-11 22:52:24 -04:00
Adam Shiervani
8034536083
Merge pull request #17 from jetkvm/dev
Release 20250212
2025-02-12 14:04:08 +01:00
Adam Shiervani
e9191d7972
Merge pull request #16 from jetkvm/fix/increase-timeout
Increase WebSocket response timeout from 5 to 15 seconds
2025-02-11 21:10:02 +01:00
Adam Shiervani
8e29026017 chore: increase WebSocket response timeout from 5 to 15 seconds 2025-02-11 20:08:46 +01:00
Aveline
d3a8b0982c
Release 20250211 (#15)
* feat: allow to override CORS origins using environment variable

* feat: include device ip and ICE server list in device handshake payload
2025-02-11 16:58:49 +01:00
Siyuan Miao
722e70f599 feat: include device ip and ICE server list in device handshake payload 2025-02-11 16:08:43 +01:00
Siyuan Miao
954303afa5 feat: allow to override CORS origins using environment variable 2025-02-11 13:45:46 +01:00
thinkafterbefore
ae4bc804c2 Release 202412292129 2024-12-29 21:29:59 +01:00