Overview
AutoSync Server
A lightweight resumable file upload & sync server with PAT/JWT authentication, written in Go.
AutoSync is a lightweight file synchronization and upload server written in Go. It provides a REST API for chunked uploads, SHA256 validation, and token-based authentication. Designed to be simple, fast, and secure.
Features
- 🚀 Resumable file uploads
- 🔒 Authentication via PAT tokens or JWT
- 🗂️ File management: upload, list, move, delete
- ⚡ Minimal footprint (built with chi router)