From d302c30de0596215ecdf63a06241e9892616bf9c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 15 Sep 2022 19:21:01 +0200 Subject: mention rift in readme --- readme.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d2949fb..162d273 100644 --- a/readme.md +++ b/readme.md @@ -34,8 +34,8 @@ keks-meet _tries_ to be secure. However I am not a security expert. The current For trying it out, a hosted version is available on [my server](https://meet.metamuffin.org/). For self-hosting, this should help: -``` -pacman -S --needed deno rustup make coreutils; rustup install stable +```sh +pacman -S --needed deno rustup make coreutils; rustup install nightly git clone https://codeberg.org/metamuffin/keks-meet.git cd keks-meet make run @@ -45,6 +45,21 @@ When changing code, use `make watch` to re-build things automatically as needed. If you use this project or have any suggestions, please [contact me](https://metamuffin.org/contact) +## Rift + +_Rift_ is similar to the [magic wormhole](https://github.com/magic-wormhole/magic-wormhole), except that is peer-to-peer. It reuses the keks-meet signaling server to establish a WebRTC data channel. + +```sh +pacman -S --needed rustup; rustup install nightly +cargo +nightly install --path client-native-rift +rift --help +``` + +```sh +rift --secret hunter2 send /path/to/file & +rift --secret hunter2 receive /path/to/output +``` + ## Keybinds | Keybind | Action | -- cgit v1.2.3-70-g09d2