codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
69 stars 16 forks source link

implement desktop api file-backend saving #541

Closed lihebi closed 10 months ago

lihebi commented 10 months ago

The desktop app (accessed from desktop-ui container, localhost:3001) now features a working file-backend. The files are saved to /var/codepod/<repoID>/meta.json (in the desktop-ui container).

The yjs blob was saved to /var/yjs-blob/<repoID> (in the desktop-yjs container) in #539.