This is the open source project of Google Drive/OneDrive/iCloud/Dropbox alternative using Telegram API for the free unlimited cloud storage.
Motivation
- Google Photos ends the free storage service
- We deserve the free cloud storage service! Pricing: Google Drive, OneDrive, Dropbox, iCloud
Getting Started
Read here for full instructions: teledriveapp.com
API Documentation
How to Contribute
- Fork and clone this repository
- Commit your changes
- Create a pull request to the
staging
branch
Or, just send us an issue for reporting bugs and/or ask the questions, share your ideas, etc in discussions.
Deploy to Heroku
If you're experiencing issues check this #373
Deploy to Railway
(DrakeTDL's forked Teledrive repo powers the railway template.)
Folder Structure
We using the monorepo structure with yarn workspaces.
.
βββ README.md
βββ package.json
βββ server
βΒ Β βββ package.json
βΒ Β βββ src
βΒ Β βΒ Β βββ index.ts
βΒ Β βββ tsconfig.json
βββ web
βΒ Β βββ package.json
βΒ Β βββ public
βΒ Β βββ src
βΒ Β βΒ Β βββ pages
βΒ Β βΒ Β βββ App.tsx
βΒ Β βββ tsconfig.json
βΒ Β βββ yarn.lock
βββ yarn.lock