This is the open source project of Google Drive/OneDrive/iCloud/Dropbox alternative using Telegram API for the free unlimited cloud storage.
- Google Photos ends the free storage service
- We deserve the free cloud storage service! Pricing: Google Drive, OneDrive, Dropbox, iCloud
Read here for full instructions: teledriveapp.com
- 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.
If you're experiencing issues check this mgilangjanuar#373
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