标签搜索

青龙面板的搭建

ctkj
2022-03-02 / 0 评论 / 9 阅读 / 正在检测是否收录...

首先在你的linux虚拟机上安装好docker

拉取并启动容器:

docker run -dit \
--name QL \
--hostname QL \
--restart always \
-p 5700:5700 \
-v $PWD/QL/config:/ql/config \
-v $PWD/QL/log:/ql/log \
-v $PWD/QL/db:/ql/db \
-v $PWD/QL/scripts:/ql/scripts \
-v $PWD/QL/jbot:/ql/jbot \
whyour/qinglong:latest

这样你的服务器就开始拉取部署青龙面板了,默认的端口为5700,账户与密码都是admin。

进入面板容器

docker exec -it qinglong bash

推荐几个jd的脚本

【Faker集合仓库】
ql repo https://ghproxy.com/https://github.com/shufflewzc/faker2.git "jd_|jx_|gua_|jddj_|getJDCookie" "activity|backUp" "^jd[^_]|USER|ZooFaker_Necklace.js|JDJRValidator_Pure|sign_graphics_validate"

【curtinlv仓库】
ql repo https://github.com/curtinlv/JD-Script.git

【温某某】
ql repo https://ghproxy.com/https://github.com/shufflewzc/Wenmoux.git

【柠檬(胖虎)】
ql repo https://github.com/panghu999/panghu.git "jd_"
自行按需拉取。

0

评论 (0)

取消