Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Dockerized Knockplop - meeting webservice based on WebRTC technology

License

Notifications You must be signed in to change notification settings

misi/knockplop-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knockplop-docker

Dockerized Knockplop - meeting webservice (based on WebRTC technology

This project dockerizes https://github.com/so010/knockplop/

Run

By default the container exposes HTTPS with self-signed certificates, and tries to use the TURN service from GÉANT. The only parameter to provide is a REST API token for the TURN service.

The service can be simply run by:

docker run -d -p 80:80 -p 443:443 -e REST_API_KEY=XXXYYYZZZ michzimny/knockplop

Build

To build the image on your own, one can adjust KNOCKPLOP_GIT_REF variable in Dockerfile to a desired reference (commit SHA-1 or branch name).

The image can be built with for instance:

docker build -t michzimny/knockplop .

Customization

TODO

About

Dockerized Knockplop - meeting webservice based on WebRTC technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 51.3%
  • Shell 48.7%