I just built a virtually unlimited could storage based on GitHub.
How it works:
- Sign up with GitHub App automatically create a private repo as hashed file containers and blobs (5GB per repo) that are tracked in a database table.
- Upload, save and preview files
- App automatically creates additional storage (new repos) that are indexed together
Limits:
- 10mb uploads at the moment. Planning of chucking files on serverside to allow larger uploads (
Next steps:
- Probably a more intuitive UI and working on larger uploads
tonatman•1h ago
How it works: - Sign up with GitHub App automatically create a private repo as hashed file containers and blobs (5GB per repo) that are tracked in a database table. - Upload, save and preview files - App automatically creates additional storage (new repos) that are indexed together
Limits: - 10mb uploads at the moment. Planning of chucking files on serverside to allow larger uploads (
Next steps: - Probably a more intuitive UI and working on larger uploads