Giter Club home page Giter Club logo

mm's Introduction

eduMeet in docker container

Docker hub repository: edumeet/edumeet

This is the container, or a "dockerized" version of the eduMeet. (Successor of multiparty meeting fork of mediasoup-demo)

Run it in few easy step

  1. Git clone this code to your docker machine.
  2. Copy your cert in certs/cert.pem and certs/privkey.pem
    1. In case you need to generate a new cert and private key, you can use (note -nodes flag, which allows to generate unencrypted private key)
        $ openssl req -x509 -newkey rsa:4096 -keyout privkey.pem -out cert.pem -days 365 -nodes
  1. Recomended: set TURN server and credential in configs/server/config.js
    1. In case you are using coturn, you can generate a user and key with
        $ turnadmin -k -u <username> -p <password>

Placeholder looks like

	turnServers     : [
		{
			urls : [
				'turn:example.com:443?transport=tcp'
			],
			username   : 'example',
			credential : 'example'
		}
  ]

You would need to replace example.com by your IP or domain, add the username previously used <username> and credential is the code generated by the above mentioned command.

  1. Optional: Change other stuff in config:
    1. Optional: replace logo/logo.svg with your company logo svg.
    2. Optional: sort audio/video codecs according to preference.

Run

Run with docker-compose / install docker compose /

  $ sudo docker-compose up --detach

Rebuild

If you change .env then you have to rebuild the image.

  $ sudo docker-compose up --build --detach

Docker networking

Container works in "host" network mode, because birdge mode has the following issue

[Docker - Docker hangs when attempting to bind a large number of ports] (https://success.docker.com/article/docker-compose-and-docker-run-hang-when-binding-a-large-port-range)

Further Informations

Read more about configs and settings in eduMeet README.

mm's People

Contributors

misi avatar helfio avatar sd4v1d avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.