summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-15 19:21:01 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-15 19:21:01 +0200
commitd302c30de0596215ecdf63a06241e9892616bf9c (patch)
tree19b671a31e0c81edc573198165b4112f1b6aa45a
parent116498bdbef66670c07ca9d872d3ca7ba93b90dc (diff)
downloadkeks-meet-d302c30de0596215ecdf63a06241e9892616bf9c.tar
keks-meet-d302c30de0596215ecdf63a06241e9892616bf9c.tar.bz2
keks-meet-d302c30de0596215ecdf63a06241e9892616bf9c.tar.zst
mention rift in readme
-rw-r--r--readme.md19
1 files 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 |