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

GITBOOK-566: 0.45.0

This commit is contained in:
Filip Bozicevic 2025-02-12 12:26:42 +00:00 committed by gitbook-bot
parent 09c23375dd
commit 898ff7fc30
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
54 changed files with 148 additions and 104 deletions

View file

@ -8,7 +8,7 @@ Similar to vault, space is an encrypted container. Unlike your Vault - each spac
Currently, we only support private and public spaces.
Vaults created before version 0.44.0 will also have an Entry Space. You are free to delete this space if no longer needed, or you can migrate your data to a different space by using the [import-export.md](../import-export.md "mention") feature.
Vaults created before version 0.44.0 will also have an Entry Space. You are free to delete this space if no longer needed, or you can migrate your data to a different space by using the [import-export](../import-export/ "mention") feature.
{% hint style="danger" %}
It's currently impossible to recover deleted spaces unless you've previously exported them, so be careful when deleting them.
@ -22,11 +22,11 @@ You can navigate between your existing spaces by using the new spaces sidebar. T
Use the [space management menu](space-settings.md) at the top of your sidebar to customize your space settings or delete your space.
<figure><img src="../../.gitbook/assets/image (1) (1) (1) (1) (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (1) (1) (1) (1) (1) (1).png" alt=""><figcaption></figcaption></figure>
You can also manage all of your spaces by going into `Settings >` [`Spaces`](space-settings.md).
<figure><img src="../../.gitbook/assets/image (2) (1) (1) (1) (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/image (2) (1) (1) (1) (1) (1).png" alt=""><figcaption></figcaption></figure>
### Global Sync Status

View file

@ -0,0 +1,20 @@
# Web Publishing
You can now publish Objects as static web pages (HTTPS links) on your personal subdomain if you have \*any name. These pages are uploaded to our servers as unencrypted HTML files.&#x20;
This is an early version—mobile optimization, linked Objects, and blocks like Sets, Collections, and Relations arent supported yet. Multi-page publishing and other enhancements are on the way, and wed love your feedback to guide these improvements.
<figure><img src="../../.gitbook/assets/webpublishing_2x.png" alt=""><figcaption></figcaption></figure>
### Encryption
When users use web publishing, we upload objects unencrypted for a number of reasons:
* Users explicitly choose an object to publish. So we limit the chance of accidental leakage.
* If users want their website to be indexed by search engines, it should be plaintext.
* The solution of decrypting in the browser and including the encryption key in the URL is a bit tricky in the case of multi-object exports.
* We do rendering and caching server-side to limit resource consumption.
The object is decrypted locally on the device and then uploaded to the web publishing server in Anyblock format.
If you have files in your object, we include the encryption keys for those files. But because each file has a unique locally-generated encryption key, it doesn't compromise your account in any way.