Skip to content

mgilangjanuar/teledrive

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 28, 2022 17:51
May 22, 2022 23:18
api
January 29, 2023 20:46
May 13, 2022 10:25
May 22, 2022 23:18
December 8, 2021 11:32
web
January 29, 2023 20:46
September 28, 2021 13:41
May 11, 2022 06:40
January 31, 2023 12:36
January 29, 2023 20:39
January 29, 2023 20:33
May 8, 2022 06:26
May 12, 2022 12:00
June 5, 2022 10:36

img

This is the open source project of Google Drive/OneDrive/iCloud/Dropbox alternative using Telegram API for the free unlimited cloud storage.

img

Motivation

Getting Started

Read here for full instructions: teledriveapp.com

API Documentation

Run in Postman

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

Deploy

If you're experiencing issues check this #373

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

Community

img

img