Save products you love by clicking the heart icon.
S3-compatible object storage with automated backup, snapshot retention, and Nginx reverse proxy — without the AWS bill.
No payment required
The information, code snippets, configuration files, and instructions provided in this product are shared for educational and informational purposes only. While every effort has been made to ensure accuracy, you are solely responsible for reviewing, testing, and adapting any code or configurations to your own environment before using them in production.
No liability: The author(s) shall not be held liable for any damages, data loss, system outages, security breaches, or other issues arising from the use, misuse, or inability to use the code, configurations, or instructions provided in this product. By downloading or using this product, you acknowledge that you understand and accept these terms.
Production-ready k3s cluster with Rancher, Longhorn storage, MetalLB, and Traefik ingress — deploy on any Linux server in under an hour.
Production-ready self-hosted AI inference stack with Ollama, Open WebUI, and LiteLLM — unified API gateway, GPU-accelerated inference, and a ChatGPT-compatible chat interface.
Get all 5 production-ready infrastructure stacks (SSL Reverse Proxy, Database Foundation, SeaweedFS S3 Backup, n8n Production, Observability) plus the DevOps Cheatsheets Bundle at 20% off. Save €9.95!
S3-compatible object storage with automated backup, snapshot retention, and Nginx reverse proxy. Ideal for application data, backups, logs, and media — any workload that needs durable, scalable storage without the AWS bill.
Why SeaweedFS? This stack replaces our MinIO S3 Backup Stack. MinIO Community Edition was archived upstream in February 2026 and its Docker Hub images were removed in September 2026. SeaweedFS is actively developed and serves the same S3-compatible API — your existing S3 clients keep working.
Includes: SeaweedFS server (master + volume + filer + S3 gateway), Nginx reverse proxy, rclone backup agent
Components:
rclone sync (incremental, with per-run snapshots)| Mode | Use Case | Nodes |
|---|---|---|
| Single-node | Dev, personal use, <5 TB | 1 |
| Multi-volume servers | Small team, HA storage | 1 + N volumes |
| Distributed cluster | Production, multi-AZ | 3 master + N |
The included stack ships as single-node — ready to scale to distributed when needed. SeaweedFS replicas are configured with a single flag (-filer.defaultReplicaPlacement).
Recommended backup schedule:
The rclone sync command handles incremental sync efficiently:
rclone sync local:mybucket remote:mybucket --backup-dir remote:/snapshots/$(date +%Y%m%d)
For 10TB monthly storage with egress:
| Provider | Monthly Cost |
|---|---|
| AWS S3 Standard | ~$230 |
| SeaweedFS self-hosted (4x 4TB NVMe) | ~$60 (amortized hardware) |
| Backblaze B2 | ~$60 |
Self-hosted SeaweedFS breaks even at approximately 5TB and gets cheaper from there.
Developers and ops teams who need S3-compatible storage without monthly egress bills. Ideal for backup targets, media storage, log archives, and application data that needs to stay within a private network boundary.