doc: add initial README and sample environment files
This commit is contained in:
29
README.md
Normal file
29
README.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Jitsi Meet on Docker
|
||||||
|
|
||||||
|
[Jitsi] is a set of Open Source projects that allows you to easily build and deploy secure
|
||||||
|
videoconferencing solutions.
|
||||||
|
|
||||||
|
[Jitsi Meet] is a fully encrypted, 100% Open Source videoconferencing solution that you can use
|
||||||
|
all day, every day, for free — with no account needed.
|
||||||
|
|
||||||
|
This repository contains the necessary tools to run a Jitsi Meet stack on [Docker] using
|
||||||
|
[Docker Compose].
|
||||||
|
|
||||||
|
**NOTE: This is experimental (at the moment) and running on [Swarm mode] is not yet supported.**
|
||||||
|
|
||||||
|
## Quick start
|
||||||
|
|
||||||
|
In order to quickly run Jitsi Meet on a machine running Docker and Docker Compose,
|
||||||
|
follow these steps:
|
||||||
|
|
||||||
|
* Create a ``.env`` file by copying and adjusting ``env.example``.
|
||||||
|
* Run ``docker-compose up -d``.
|
||||||
|
* Access the web UI at ``https://localhost:8443`` (or a different port, in case you edited
|
||||||
|
the compose file yourself.
|
||||||
|
|
||||||
|
[Jitsi]: https://jitsi.org/
|
||||||
|
[Jitsi Meet]: https://jitsi.org/jitsi-meet/
|
||||||
|
[Docker]: https://www.docker.com
|
||||||
|
[Docker Compose]: https://docs.docker.com/compose/
|
||||||
|
[Swarm mode]: https://docs.docker.com/engine/swarm/
|
||||||
|
|
||||||
9
env.example
Normal file
9
env.example
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
CONFIG=~/tmp-cfg
|
||||||
|
TZ=Europe/Amsterdam
|
||||||
|
XMPP_DOMAIN=meet.jitsi
|
||||||
|
JVB_COMPONENT_SECRET=s3cr3t
|
||||||
|
JVB_STUN_SERVERS=stun.l.google.com:19302,stun1.l.google.com:19302,stun2.l.google.com:19302
|
||||||
|
JICOFO_COMPONENT_SECRET=s3cr37
|
||||||
|
JICOFO_AUTH_USER=focus
|
||||||
|
JICOFO_AUTH_PASSWORD=passw0rd
|
||||||
|
|
||||||
Reference in New Issue
Block a user