Ubuntu&qinglong青龙
侧边栏壁纸
  • 累计撰写 5 篇文章
  • 累计收到 1 条评论

Ubuntu&qinglong青龙

justsee
2021-11-20 / 0 评论 / 26 阅读 / 正在检测是否收录...

1.安装宝塔(可选)
官网教程链接
命令:

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh

2.docker部署

2.1 docker安装
curl -sSL https://get.docker.com/ | sh

站内详细文章链接

2.2 拉取镜像
docker pull whyour/qinglong
2.3 启动容器

复制下列命令在ssh执行(先安装docker)
注:$PWD请修改为实际你想安装的路径(否则表示当前路径)

docker run -dit \
-v $PWD/ql/config:/ql/config \
-v $PWD/ql/log:/ql/log \
-v $PWD/ql/db:/ql/db \
-v $PWD/ql/repo:/ql/repo \
-v $PWD/ql/raw:/ql/raw \
-v $PWD/ql/scripts:/ql/scripts \
-p 5700:5700 \
--name qinglong \
--hostname qinglong \
--restart unless-stopped \
whyour/qinglong:latest

浏览器输入:ip:5700 即可访问青龙面板初始化设置
注意:云主机需在安全组开放5700端口,ubuntu防火墙开启端口 sudo ufw allow 5700/tcp

3.青龙设置与拉库

3.1拉库

3.1.1 KingRan开源库链接
国内网络:

ql repo https://ghproxy.com/github.com/KingRan/JDJB.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sign|sendNotify|ql|JDJR"

国外网络:

ql repo https://github.com/KingRan/JDJB.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sign|sendNotify|ql|JDJR"

3.1.2 ccwav资产通知增强版和CK检测开源库链接
不包含sendNotify:

ql repo https://github.com/ccwav/QLScript2.git "jd_" "NoUsed" "ql|utils"

包含sendNotify:

ql repo https://github.com/ccwav/QLScript2.git "jd_" "NoUsed" "ql|sendNotify|utils"

3.1.3 Zy143L的wskey转换开源库链接
完美网络:

ql repo https://github.com/Zy143L/wskey.git "wskey"

国内网络:

ql repo https://ghproxy.com/github.com/Zy143L/wskey.git "wskey"

使用建议 修改定时计划 15 /8 默认为8小时15分执行一次 请按需修改

3.2 安装库脚本依赖,添加依赖

3.3 设置wskey

青龙面板-环境变量-添加变量,变量名: JD_WSCK 参数: pin=xxxx;wskey=xxxx; # 注意分号 不要用中文分号!
iPhone抓取方法链接

0

评论 (0)

取消