Documentation Index
Fetch the complete documentation index at: https://docs.stashy.sh/llms.txt
Use this file to discover all available pages before exploring further.
What is Stashy?
Stashy is a self-hosted file storage service with a multi-protocol API. Upload files, share when ready — that’s it.Key Features
Multi-Protocol
One port serves REST, gRPC, Connect, and gRPC-Web.
Pluggable Storage
Memory, local disk, or Google Cloud Storage.
Flexible Database
SQLite out of the box. Postgres when you need a separate database.
Single Binary
One Go binary, zero external dependencies.
How It Works
Upload a file
POST /v1/files with your Bearer token. You get back an id and a direct url. The file is immediately accessible to logged-in users.Quick Links
Quickstart
Get running in under 5 minutes
API Reference
Upload and download files