Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add whiteboard via Excalidraw #504

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/devops-guide/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ configure it and run Docker Compose as follows:
docker compose -f docker-compose.yml -f etherpad.yml up
```

If you want to enable a virtual collaborative whiteboard via [Excalidraw],
configure it and run Docker Compose as follows:

```bash
docker compose -f docker-compose.yml -f whiteboard.yml up
```



If you want to use jibri too, first configure a host as described in Jitsi Broadcasting Infrastructure configuration section
and then run Docker Compose as follows:

Expand Down Expand Up @@ -610,6 +619,24 @@ Variable | Description | Example
--- | --- | ---
`ETHERPAD_URL_BASE` | Set etherpad-lite URL | http://etherpad.meet.jitsi:9001>

### Virtual collaborative whiteboard using Excalidraw

You can use a virtual collaborative whiteboard via [Excalidraw]. In order to enable set `WHITEBOARD_ENABLED` and run
Docker Compose with the additional config file `whiteboard.yml`.

Here are the required options:

Variable | Description | Default value
--- | --- | ---
`WHITEBOARD_ENABLED` | Enable whiteboard addon | false


These options are also available

Variable | Description | Example
--- | --- | ---
`WHITEBOARD_COLLAB_SERVER_PUBLIC_URL` | Set whiteboard URL | http://whiteboard.meet.jitsi:3000>

### Transcription configuration

If you want to enable the Transcribing function, these options are required:
Expand Down Expand Up @@ -890,5 +917,6 @@ ENABLE_XMPP_WEBSOCKET=0
[STUN]: https://en.wikipedia.org/wiki/STUN
[jwt.io]: https://jwt.io/#debugger-io
[Etherpad]: https://github.com/ether/etherpad-lite
[Excalidraw]: https://github.com/excalidraw/excalidraw
[Jibri]: https://github.com/jitsi/jibri
[latest release]: https://github.com/jitsi/docker-jitsi-meet/releases/latest