Quick Start¶
Get goDrive running in under 5 minutes with Docker.
Prerequisites¶
- Docker + Docker Compose
- A directory of files you want to manage
1. Clone and configure¶
Edit .env and set at minimum:
GODRIVE_BOOTSTRAP_ADMIN_PASSWORD=change-me # (1)
GODRIVE_DATA_ROOT=/path/to/your/files # (2)
GODRIVE_ADDR=0.0.0.0:8121
- Change this before first run. The bootstrap admin is created on first startup.
- Absolute path to the folder containing your files.
2. Start¶
Open http://localhost:8121 and log in with the admin credentials you set.
3. Local development (no Docker)¶
Open http://127.0.0.1:5173/files.
Next steps¶
- Configuration — all environment variables
- Deployment — production setup with reverse proxy + HTTPS
- Mobile Apps — Android and iOS setup