青龙面板的安装及使用
前言
前段时间听说这个Docker,奈何没时间也就没有怎么研究,今天实属无聊,就研究了一下并写下了这篇指南
开始
这里我使用服务器的系统为Ubuntu18,不同系统的命令可能有所不同
准备
1.服务器(Linux或Windows Server2019及以上系统)或家用电脑(Linux或Windows 10及以上系统)
2.SSH连接软件
连接服务器并安装Docker
建议使用Xshell进行连接,界面美观简洁,连接后安装Docker
因为不同系统Docker的安装方式不同,这里我给出网络上Docker安装教程
当然,你如果安装了宝塔面板,你也可以在宝塔面板里安装Docker,方法也很简单,到宝塔面板-软件商城-下载Docker管理器,本插件自带Docker
安装并配置青龙面板
青龙面板的安装
拉取镜像
docker pull whyour/qinglong:latest
部署镜像
docker run -dit -v $PWD/ql/config:/ql/config -v $PWD/ql/log:/ql/log -v $PWD/ql/db:/ql/db -p 5700:5700 --name qinglong --hostname qinglong --restart always whyour/qinglong:latest
配置青龙面板
登录面板
面板地址:http://服务器IP:5700
默认账号:admin
默认密码:adminadmin
当您使用以上密码首次登录后,面板会显示已初始化密码
请在SSH终端内查看新密码(输出的结果就是实际的密码了
{"username":"admin","password":""),查看代码如下docker exec -it qinglong cat /ql/config/auth.json
青龙面板基础命令
(容器内执行或者新建定时任务时忽略docker exec -it qinglong)
更新青龙
docker exec -it qinglong ql update
更新青龙并编译
docker exec -it qinglong ql restart
拉取自定义仓库
docker exec -it qinglong ql repo https://ghproxy.com/https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env"
拉取单个脚本
docker exec -it qinglong ql raw https://ghproxy.com/https://raw.githubusercontent.com/moposmall/Script/main/Me/jx_cfd.js
删除7天前的所有日志
docker exec -it qinglong ql rmlog 7
启动bot
docker exec -it qinglong ql bot
导出互助码
docker exec -it qinglong ql code
通知测试
docker exec -it qinglong notify test test
立即执行脚本
docker exec -it qinglong task test.js now
并行执行脚本
docker exec -it qinglong task test.js conc
添加库
进入青龙面板-定时任务-添加任务,将以下代码填入命令,定时规则请自己百度填写,添加完点击刚刚添加的那个任务上的开始图标,就会自动拉取库中脚本
青龙拉取常用京东脚本库
国内代理: https://ghproxy.com/
【Faker集合仓库】
ql repo https://ghproxy.com/https://github.com/shufflewzc/faker2.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER|ZooFaker_Necklace"
【Faker仓库依赖库修复】SSH运行:
docker exec -it QL bash -c "apk add --no-cache build-base g++ cairo-dev pango-dev giflib-dev && cd scripts && npm install canvas --build-from-source"
【curtinlv仓库】
ql repo https://github.com/curtinlv/JD-Script.git
【star】
ql repo https://github.com/star261/jd.git "scripts" "code"
【lxk0301】已私有,以下链接为备份库。柠檬代维护库。
ql repo https://github.com/shufflewzc/jd_scripts-2.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER"
【龙珠】
ql repo https://github.com/longzhuzhu/nianyu.git "qx" “main”
【混沌】
ql repo https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env"
【passerby-b】(需要配合专用ck文件)
ql repo https://github.com/passerby-b/JDDJ.git "jddj_" "scf_test_event" "jddj_cookie"
【温某某】
ql repo https://ghproxy.com/https://github.com/shufflewzc/Wenmoux.git
【柠檬(胖虎)】
ql repo https://github.com/panghu999/panghu.git "jd_"
【zoopanda(动物园)】以下为备份库
ql repo https://github.com/shufflewzc/zoo.git "zoo"
【Ariszy(Zhiyi-N)】
ql repo https://github.com/shufflewzc/Ariszy.git "JD"
【ddo(hyzaw)】貌似已经删库 以下为备份
ql repo https://ghproxy.com/https://github.com/shufflewzc/hyzaw.git "ddo_"
image.png
image.png
点击运行,完成仓库拉取
添加Cookie
点击面板主页-环境变量-添加变量
变量名称为JD_COOKIE,值为京东Cookie数据(格式为 pt_key=xxx;pt_pin=xxx;
(分号;不可少))