Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 737 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 737 Bytes

MCS - Media Cache Server

A server to transform video, images and audio files into versions suitable for the web. It also gets metadata for media files and runs face detection on images.

CI status

Build Status

Installation

git clone https://github.com/mattiasrunge/mcs
cd mcs
docker build . -t mcs

Tests

docker run -it mcs yarn test

Run

docker run -p 8181:8181 --name mcs -v /etc/mcs.keys:/etc/mcs.keys:ro -v /data/cache:/data/cache -v /data/files:/data/files:ro -it mcs

If no mcs.keys is avaiable the default key is let-me-in. The mcs.keys file is a plain text file with one key per line.