Releases: 99apps-id/teledrive
Release list
TeleDrive v0.2.0
TeleDrive v0.2.0
NesaRouter-aligned dark UI and Roadmap V2 WebDAV mount.
Highlights
- Dark ops-console UI — near-black shell, teal identity, copper warnings (shared visual language with NesaRouter).
- WebDAV mount —
/dav/with HTTP Basic or Bearer JWT for rclone / OS network drives. - Mount cache + sync — local cache for recent blobs; WebDAV writes enqueue Telegram sync.
- API status → WebDAV mount — status, cache path, and rclone example in the UI.
Notes
WebDAV is cloud-drive style access for documents, media, archives, and backups — not databases, VM images, or Docker volumes. Prefer HTTPS behind a reverse proxy in production.
Upgrade
git fetch --tags
git checkout v0.2.0Review .env.example for TELEDRIVE_WEBDAV_ENABLED and mount cache settings.
TeleDrive v0.1.0
TeleDrive v0.1.0 — Alpha
First public alpha release of TeleDrive, a self-hosted web file manager backed by a user's private Telegram storage channel.
Highlights
- TeleDrive Storage — upload, organize, edit, and delete files synced to your private Telegram channel.
- Trash & lifecycle — durable deletion queue with background worker cleanup and channel reconcile.
- Server Files — browse and manage VPS/server folders via local filesystem or SSH/SFTP.
- Self-hosted deployment — production Docker Compose stack with migrations, Redis, PostgreSQL, and health checks.
- Update notifications — in-app check for newer GitHub releases after login.
Alpha notice
TeleDrive is intended for a single trusted operator or a small internal group. Do not expose it directly to the internet without TLS and a reverse proxy. Review README.md for deployment, backups, and security guidance.
Install / upgrade
git clone https://github.com/99apps-id/teledrive.git
cd teledrive
git checkout v0.1.0For production Docker deployments, back up PostgreSQL and persistent volumes first, then:
git pull --ff-only
docker compose -f docker-compose.production.yml up --build -dSee CHANGELOG.md for the full list of changes.