12 Commits

Author SHA1 Message Date
James Murdza
b01934bd20 fix: change to non-streaming input method for E2B terminals 2024-09-05 14:25:11 -07:00
James Murdza
a1990a189c chore: migrate E2B SDK to beta version 2024-09-05 14:24:54 -07:00
Akhilesh Rangani
61235551d3 feat/ui: deploy button popover 2024-08-17 23:08:11 -04:00
James Murdza
7ed19188d4 Deploy projects by pushing files to Dokku server via git. 2024-07-23 22:17:26 -04:00
James Murdza
de4923ec1e Connect to remote Dokku server using SSH. 2024-07-21 14:58:38 -04:00
James Murdza
9f0b6a8fdc
Implement secure cloud sandboxes with E2B (#35)
* chore: rename utils.ts to fileoperations.ts

* feat: replace node-pty with E2B sandboxes

* added debounced function in the editor

* fix: move socket connection to useRef

* fix: wait until terminals are killed to close the container

* fix: ensure container remains open until all owner connections are closed

* fix: sync files to container instead of local file system

* fix: set project file permissions so that they belong to the terminal user

* fix: use the container URL for the preview panel

* fix: count only the current user's sandboxes towards the limit

* fix: remove hardcoded reference to localhost

* fix: add error handling to the backend

* docs: add information about E2B

---------

Co-authored-by: Akhilesh Rangani <akhileshrangani4@gmail.com>
2024-06-27 23:39:03 -07:00
Ishaan Dey
fbb98ac3b0 revert to local hosting 2024-05-26 17:28:52 -07:00
Ishaan Dey
80547e9ae1 transfer to ecs 2024-05-17 22:23:44 -07:00
Ishaan Dey
b0b8a63f2f add disabled project options 2024-05-09 12:03:47 -07:00
Ishaan Dey
7fba908b7c add basic ratelimiting 2024-05-05 12:55:34 -07:00
Ishaan Dey
ec900d3d77 start terminal ui + logic 2024-04-28 20:06:47 -04:00
Ishaan Dey
e7ca2d0124 start express server with sio 2024-04-18 16:40:08 -04:00