import Link from '@docusaurus/Link' import clsx from 'clsx' import React from 'react' import styles from './styles.module.css' const FeatureList = [ { title: 'On-Premise Variant', description: ( <>

screenshot

The open source project to give you what you deserve. Using the Telegram API as your unlimited storage. So, you can upload as many as you want without any limit 👌

Demo applications: teledrive.vercel.app, or teledriveapp.herokuapp.com (*expect high traffic)

), }, ]; function Feature({title, description}) { return ( <>

{title}

{description}
); } export default function HomepageFeatures() { return ( <>
{FeatureList.map((props, idx) => ( ))}

Easy Installation

                  $ git clone https://github.com/mgilangjanuar/teledrive.git
$ cd teledrive/docker
$ docker-compose up -d

Learn more

Need Help?

We provide a Discord server for you to get help from the community.

Join now!



); }