v0.1.0 — initial public release
First public release of imgli — self-hosted image hosting, one leap to a link.
- Single Go binary with embedded React frontend (SQLite default, PostgreSQL supported, no CGO)
- Storage: local / S3-compatible (MinIO & RustFS verified, vendor test toolkit included) / WebDAV; CDN 302 offloading; presigned URLs for private images
- Content safety: NSFW endpoint + OCR keyword screening (self-hosted sidecar), review queue
- Guest upload, invite codes, SMTP mail, albums, public gallery, recycle bin, image expiry
- Upload API + API tokens; PicGo / Typora / VS Code ready
- Bilingual UI (中文/English), PWA, dark mode, watermark
Quick start: docker compose up -d → http://localhost:8686 (first registered user becomes admin).