From 30467d1c25ed3f236e6b445ad7ecb7ce7f19ced7 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Fri, 4 Apr 2025 12:30:21 +0100 Subject: [PATCH] Add link to P2P pseudo client. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 091cc89..b84b9da 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Note: This plugin cannot synchronise with the official "Obsidian Sync". - WebRTC peer-to-peer synchronisation without the need for any `host` is now possible. (Experimental) - This feature is still in the experimental stage. Please be careful when using it. - Instead of using public servers, you can use [webpeer](https://github.com/vrtmrz/livesync-commonlib/tree/main/apps/webpeer) the pseudo client for receiving and sending between devices. + - A pre-built instance is served at [fancy-syncing.vrtmrz.net/webpeer](https://fancy-syncing.vrtmrz.net/webpeer/) (in the vrtmrz blog site). This is of course also peer-to-peer. Feel free to use it. - There is an [English explanatory article](https://fancy-syncing.vrtmrz.net/blog/0034-p2p-sync-en.html), and [Japanese explanatory article](https://fancy-syncing.vrtmrz.net/blog/0034-p2p-sync). This plug-in might be useful for researchers, engineers, and developers with a need to keep their notes fully self-hosted for security reasons. Or just anyone who would like the peace of mind of knowing that their notes are fully private.