https://github.com/mydraft-cc/server2
https://github.com/mydraft-cc/server2
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mydraft-cc/server2
- Owner: mydraft-cc
- Created: 2023-10-21T15:24:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T09:49:06.000Z (over 2 years ago)
- Last Synced: 2025-01-19T13:49:23.146Z (over 1 year ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server for mydraft
Stores the documents in Google Cloud storage and provides a websocket interface for live collaboration over yjs.
### Self hosting
```
docker build -t mydraft/app .
docker run --name mydraft -d -p 8001:8001 -v ${PWD}/localFileStore:/mydraft/localFileStore mydraft/app
```