mondaydarknight / molpastream

The web server provides a feature of file uploading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 97.3%Language:Dockerfile 1.7%Language:Makefile 1.0%