Skip to content

The web server provides a feature of file uploading

Notifications You must be signed in to change notification settings

molpadia/molpastream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

molpastream

The web server provides a feature of video streaming.

Getting started

Generate the Tls certificate and private key via OpenSSL before launch the server connection.

$ make certs SERVICE_NAME=localhost

Establish the server listen to the 4443 port on local environment.

$ docker build -t molpastream .
$ docker run -it -p 4443:4443 --env-file .env -v /Users/mongchelee/Public/development/projects/molpastream/certs:/var/lib/certs molpastream

About

The web server provides a feature of file uploading

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published