Discussions · Documentation · Discord
Drivebase is a next-generation cloud-agnostic file management application that empowers users to organize, upload, and access files across multiple cloud providers — all under one unified folder structure. With Drivebase, users can break free from cloud provider lock-in and take full control of where their files are stored.
- Table of Contents
- Getting Started
- Quickstart (Recommended)
- Docker Compose
- Manual Installation
- Supported Providers
- Contributing
- License
- Star History
You can get started with Drivebase in multiple ways:
Run the following command to install Drivebase using our automated installer. It uses Docker Compose to set up your environment and generate secure keys automatically.
curl -fsSL https://drivebase.one/install | bash
You will need to update the .env.local file with your own values for PostgreSQL, Redis, and other required values.
- Clone the repository:
git clone https://github.com/drivebase/drivebase.git
cd drivebase-
Update
.env.localwith required values: -
Start Postgres + Redis (if not already running):
docker compose -f docker/compose.dev.yaml up -d- Open:
- App:
http://localhost:3000 - GraphQL:
http://localhost:3000/graphql
If you prefer to run the application manually without Docker Compose, you can follow the steps below.
- Bun - https://bun.sh/
- Postgres + Redis (if running app locally without full Docker app container)
- Clone the repository:
git clone https://github.com/drivebase/drivebase.git
cd drivebase- Install dependencies:
bun install- Update
.env.localwith required values:
cp .env.example .env.local- Start the application:
bun run dev- Open:
- App:
http://localhost:3000 - GraphQL:
http://localhost:3000/graphql
Drivebase supports the following cloud providers:
- S3
- Local Storage
- Google Drive
- Dropbox
- FTP
- WebDAV
- Telegram
- sFTP
- Box
- OneDrive
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details.