aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-25 15:46:04 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-25 15:46:04 +0100
commit0c5ade77d4f02d77da0fbdc79be8e851b6cbf94c (patch)
tree9e1818f341cea9e203769fcc2eeb5c3fc4b9b3e3 /readme.md
parent028c382c9f5408422832b29a8fa466a6386c86f7 (diff)
downloadkeks-meet-0c5ade77d4f02d77da0fbdc79be8e851b6cbf94c.tar
keks-meet-0c5ade77d4f02d77da0fbdc79be8e851b6cbf94c.tar.bz2
keks-meet-0c5ade77d4f02d77da0fbdc79be8e851b6cbf94c.tar.zst
adjust bind from env
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/readme.md b/readme.md
index 88960e1..94a1ca0 100644
--- a/readme.md
+++ b/readme.md
@@ -36,6 +36,9 @@ make run # or `make build`
When changing code, use `make watch` to re-build things automatically as needed.
(run `cargo install systemfd cargo-watch` if needed)
+The server's bind address can be controlled using the `BIND` environment
+variable.
+
If you use this project or have any suggestions, please
[contact me](https://metamuffin.org/contact)
@@ -74,15 +77,15 @@ system works as follows:
## Keybinds
-| Keybind | Action |
-| --------- | ------------------------------------------------------- |
-| `C-RET` | Toggle chat |
-| `M` | Add microphone track |
-| `R` | Add microphone track (but with your left hand) |
-| `C` | Add camera track |
-| `S` | Add screencast track |
-| `C-c` | End all tracks |
-| `C-v`\* | Paste image in chat (does not require chat to be shown) |
+| Keybind | Action |
+| ------- | ------------------------------------------------------- |
+| `C-RET` | Toggle chat |
+| `M` | Add microphone track |
+| `R` | Add microphone track (but with your left hand) |
+| `C` | Add camera track |
+| `S` | Add screencast track |
+| `C-c` | End all tracks |
+| `C-v`\* | Paste image in chat (does not require chat to be shown) |
## Debugging