> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/awesome-selfhosted/awesome-selfhosted/llms.txt
> Use this file to discover all available pages before exploring further.

# File Transfer - Object Storage & File Servers

> Object storage and file server solutions

[Object storage](https://en.wikipedia.org/wiki/Object_storage) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks.

## Applications

### GarageHQ

Geo-distributed, S3‑compatible storage service that can fulfill many needs.

* **Website:** [https://garagehq.deuxfleurs.fr/](https://garagehq.deuxfleurs.fr/)
* **Source Code:** [https://git.deuxfleurs.fr/Deuxfleurs/garage](https://git.deuxfleurs.fr/Deuxfleurs/garage)
* **License:** AGPL-3.0
* **Platform:** Docker, Rust

### Harbor

Cloud native image registry that stores, signs, and scans content.

* **Website:** [https://goharbor.io/](https://goharbor.io/)
* **Source Code:** [https://github.com/goharbor/harbor](https://github.com/goharbor/harbor)
* **License:** Apache-2.0
* **Platform:** Docker, K8S

### SeaweedFS

SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity.

* **Source Code:** [https://github.com/seaweedfs/seaweedfs](https://github.com/seaweedfs/seaweedfs)
* **License:** Apache-2.0
* **Platform:** Go

### Zenko CloudServer

Zenko CloudServer, an open-source implementation of a server handling the Amazon S3 protocol.

* **Website:** [https://www.zenko.io/cloudserver](https://www.zenko.io/cloudserver)
* **Source Code:** [https://github.com/scality/cloudserver](https://github.com/scality/cloudserver)
* **License:** Apache-2.0
* **Platform:** Docker, Nodejs

### ZOT OCI Registry

A production-ready vendor-neutral OCI-native container image registry.

* **Website:** [https://zotregistry.dev](https://zotregistry.dev)
* **Demo:** [https://zothub.io](https://zothub.io)
* **Source Code:** [https://github.com/project-zot/zot](https://github.com/project-zot/zot)
* **License:** Apache-2.0
* **Platform:** Go, Docker
