API server for trace.moe
Install Prerequisites first, then:
git clone https://github.com/soruly/trace.moe-api.git
cd trace.moe-api
npm install
.env.example
to .env
.env
as appropriate for your setup, i.e. VIDEO_PATH
and HASH_PATH
You can use pm2 to run this in background in cluster mode.
Use below commands to start / restart / stop server.
npm run start
npm run stop
npm run reload
npm run restart
npm run delete
By default, it will scan the VIDEO_PATH
every minute for new video files (.mp4 or .mkv). You can manually trigger a scan by calling this url
curl http://localhost:3001/scan