From 7aa08149f50d971571fbcad1ba9b828e10e89a01 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 17 Feb 2025 23:03:09 +0900 Subject: [PATCH] Update docs/configuring-playbook-jitsi.md: copy and edit the section for usage from the Jitsi's role document at the MASH project Based on https://github.com/mother-of-all-self-hosting/ansible-role-jitsi/blob/af5b04fc32e79cdcdf091dff993856c14d1e4d70/docs/configuring-jitsi.md Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-jitsi.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuring-playbook-jitsi.md b/docs/configuring-playbook-jitsi.md index b9e7dfe72..ebebd5578 100644 --- a/docs/configuring-playbook-jitsi.md +++ b/docs/configuring-playbook-jitsi.md @@ -104,7 +104,9 @@ You can use the self-hosted Jitsi server in multiple ways: - **by adding a widget to a room via Element Web** (the one configured by the playbook at `https://element.example.com`). Just start a voice or a video call in a room containing more than 2 members and that would create a Jitsi widget which utilizes your self-hosted Jitsi server. -- **directly (without any Matrix integration)**. Just go to `https://jitsi.example.com` +- **directly (without any Matrix integration)**. Just go to `https://jitsi.example.com`, and you can start a videoconference. + +Note that you'll need to log in to your Jitsi's account to start a conference if you have configured authentication with `internal` auth. ### Set up additional JVBs for more video-conferences (optional)