# 云存储

作为IAAS的基础架构，云存储是基础服务，一次存储之后，可以在不同设备上无缝访问文档，提高了工作效率也便于团队协作。

云存储的著名服务是[Dropbox](https://www.dropbox.com/)，也是我使用过最方便和可靠的云存储。不仅跨设备，而且跨操作系统，远比苹果封闭的iCloud更为方便（因为我需要切换MacOS和Linux工作）。

开源替代方案:

* [ownCloud](https://owncloud.org/)
* [Nextcloud](https://nextcloud.com/)

> 以上两种开源云存储（协作）平台都是采用PHP开发的
>
> 更多Dropbox替代的自服务参考 [alternativeTo Dropbox](https://alternativeto.net/software/dropbox/?platform=self-hosted)

* [Syncthing](https://syncthing.net/)

> 开源纯文件同步云存储，采用Go语言开发

* [Seafile](https://www.seafile.com) - 国内开发的C语言服务器
* [IPFS](https://ipfs.io) - 分布式Web，采用P2P hypermedia协议，目标是使得web访问更为快速和更为开放。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/iaas/storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
