diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index d66388d..97904d4 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -19,6 +19,26 @@ } } }, + { + "id": "0a03bdc66ad83565", + "type": "leaf", + "state": { + "type": "image", + "state": { + "file": "images/peer2peer.png" + } + } + }, + { + "id": "4fa11e1e52778ecd", + "type": "leaf", + "state": { + "type": "image", + "state": { + "file": "images/decenteralized.png" + } + } + }, { "id": "4dda4790c32a28a9", "type": "leaf", @@ -158,15 +178,16 @@ "command-palette:Open command palette": false } }, - "active": "adb4950c2df9ccfd", + "active": "18385a150e34cecc", "lastOpenFiles": [ - "Limits/UUID Standard.md", + "images/decenteralized.png", + "images", + "images/peer2peer.png", "README.md", + "Limits/UUID Standard.md", "LICENSE.md", "Pasted image 20240831154905.png", "Graphics", - "peer2peer.png", - "decenteralized.png", "Object Structures/Entity/User.md", "Object Structures/Entity.md", "Object Structures/Entity", diff --git a/README.md b/README.md index 6dd1d57..e5afe1e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ This project is the Socialbox standard documentation, this project is intended t Socialbox is a decentralized platform for hosting social media instances, enabling users to register/authenticate on various instances and communicate with other users or communities across different instances without relying on a centralized server. This model aims to replace traditional services like Email, Reddit, and Twitter, allowing users to create communities for private, internal, or public purposes and engage in peer-to-peer communication, even if they are on different servers. -![[decenteralized.png]] - -![[peer2peer.png]] +![Decentralized](images/decenteralized.png) +![Peer to Peer](images/peer2peer.png) ## Why use Socialbox? diff --git a/decenteralized.png b/images/decenteralized.png similarity index 100% rename from decenteralized.png rename to images/decenteralized.png diff --git a/peer2peer.png b/images/peer2peer.png similarity index 100% rename from peer2peer.png rename to images/peer2peer.png