1.docker host 模式命令
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
docker run -dit \ -v $PWD/ql:/ql/data \ -v $PWD/ql/ninja:/ql/data/ninja \ -v $PWD/ql/xdd:/ql/data/xdd \ -v $PWD/ql/xdd-plus:/ql/data/xdd-plus \ -v $PWD/ql/sillyGirl:/ql/data/sillyGirl \ --net host \ -e ENABLE_HANGUP=true \ -e ENABLE_WEB_PANEL=true \ -e ENABLE_TG_BOT=true \ --name qinglong \ --hostname qinglong \ --restart unless-stopped \ whyour/qinglong:2.16.5 |
或者使用2.17.9这个版本
依赖库:
NodeJs:
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
axios request canvas cheerio js-base64 dotenv magic tough-cookie ws@7.4.3 require requests date-fns ts-md5 typescript json5 axios@v0.27.2 crypto-js @types/node png-js node-telegram-bot-api fs jsdom form-data jieba tslib ds jsdom -g prettytable ql common node-jsencrypt juejin-helper moment global-agent |
Python3:
|
1 2 3 4 5 6 7 8 9 10 11 12 |
rsa bs4 telethon cacheout jieba PyExecJS ping3 canvas Crypto ds requests pycryptodome |
Linux:
|
1 2 3 4 5 6 7 8 |
bizCode bizMsg lxml libc-dev gcc g++ libffi-dev python3-dev |
文章评论