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

[WORK IN PROGRESS] Feature/jitsi meet docker single image #234

Open
wants to merge 15 commits into
base: dev
Choose a base branch
from

Conversation

vityazaychek
Copy link
Collaborator

This is a WIP PR for enabling Jitsi in Amnezia.
This main complexity of this task comes from not-so-trivial modular setup of Jitsi: there's no standalone Jitsi image, officially Jitsi Meet is distributed via docker-compose.yml.
Strictly speaking this approach of moving from docker-compose.yml to just Dockerfile + run_container.sh requires reverse engineering of Jitsi, although even with the current state of Dockerfile and run_container.sh there is a moderate progress: what's needed to be done is to verify the installed image works as expected.
So far the main culprit is setting up Prosody XMPP server which is is a part of docker-compose-based official distribution. Whether Prosody can be removed from the setup is yet not clear.

Other ideas:

  • Enabling docker-compose in Amnezia
  • Building an image using a package manager (like apt-get) in the build time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants