Skip to content

MoePlayer/DPlayer-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6cba06 · Jul 20, 2022

History

26 Commits
Jul 3, 2017
Jul 2, 2018
Jul 14, 2018
Jul 9, 2018
Jul 2, 2018
Jul 2, 2018
Jun 12, 2022
Jul 2, 2018
Jul 2, 2018
Feb 25, 2019
Jul 2, 2018
Jul 9, 2018
Jul 9, 2018
Jul 9, 2018

Repository files navigation

DPlayer node

Node.js backend for DPlayer

Usage

Start

docker-compose build
docker-compose pull
docker-compose up # -d for run it in the background

Data & logs

Database data: ~/dplayer/db DPlayer logs: ~/dplayer/logs PM2 logs: ~/dplayer/pm2logs

Import

mv dans.json ~/dplayer/db/backup/dans.json
docker exec dplayernode_mongo_1 mongoimport -d danmaku -c dans --file /data/db/backup/dans.json

Export

docker exec dplayernode_mongo_1 mongoexport -d danmaku -c dans -o /data/db/backup/dans.json
cat ~/dplayer/db/backup/dans.json

Stop

docker-compose stop

Communication Groups

Telegram Group

Author

DPlayer-node © DIYgod, Released under the MIT License.
Authored and maintained by DIYgod with help from contributors (list).

Blog @DIYgod · GitHub @DIYgod · Twitter @DIYgod · Telegram Channel @awesomeDIYgod