1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

GITBOOK-266: self-hosting availability - updated for colorblind people

This commit is contained in:
utility 2023-08-01 02:54:23 +00:00 committed by gitbook-bot
parent 60db7d8f78
commit 780ecaf424
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -2,19 +2,19 @@
## Storage & Deletion
{% hint style="info" %}
**Self-hosting is available**
If you dont want to use Anytype backup node, you can self-host your own using [this guide](https://tech.anytype.io/how-to/self-hosting).\
It's also possible to use p2p sync between your devices, you can [block Anytype network traffic](https://community.anytype.io/t/is-there-a-way-to-limit-storage-of-data-only-local/6982) (Anytype & Anytype Helper) via your firewall.
{% endhint %}
{% hint style="warning" %}
**Custom storage location is currently unavailable**
Currently, you can not change the directory of your local data storage. We have it in [plans for Q3 2023](https://github.com/orgs/anyproto/projects/1/views/1). You might consider using a [workaround from our user](https://community.anytype.io/t/custom-storage-location/994) as a temporary solution for Windows and MacOS.
{% endhint %}
{% hint style="success" %}
**Self-hosting is available**
If you dont want to use Anytype node, you can self-host your own using [this guide](https://tech.anytype.io/how-to/self-hosting). \
It's also possible to use p2p sync between your devices, you can [block Anytype network traffic](https://community.anytype.io/t/is-there-a-way-to-limit-storage-of-data-only-local/6982) (Anytype & Anytype Helper) via your firewall.
{% endhint %}
### Storage <a href="#storage" id="storage"></a>
Anytype is offline first; hence, all data you create will be stored locally first. After that, the data is synced to the backup node and your devices for redundancy. We use a private [IPFS](https://docs.ipfs.tech/concepts/what-is-ipfs/) network to handle storage. It is a Peer-To-Peer file system that facilitates decentralized data storage across devices. Furthermore, we use the deduplication feature to reduce storage. For example, if the same picture is uploaded three times, there is only one image copy stored to reduce storage consumption.