青龙面板安装

魅影
2022-01-18 / 0 评论 / 266 阅读 / 正在检测是否收录...

准备
推荐购买腾讯云或阿里云云服务器,最低配的就行。
云服务器系统镜像:CentOS 7.6
安装宝塔

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

登录宝塔在软件商店下载 Docker管理器
拉取青龙镜像

docker pull whyour/qinglong:latest

复制下列命令在ssh执行(先安装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端口
登录访问地址ip:5700
例如http://192.168.100.123:5700

首次登录设置账号密码
在ssh输入

1. docker exec -it qinglong bash
2. ql update
3. ql repo https://ghproxy.com/https://github.com/shufflewzc/faker2.git "jd_|jx_|gua_|jddj_|getJDCookie" "activity|backUp" "^jd[^_]|USER|function|utils|ZooFaker_Necklace.js|JDJRValidator_Pure|sign_graphics_validate|ql"

到这里就设置完成了!

方法二
Linux一键安装青龙面板脚本
脚本全自动安装Docker环境+青龙面板
SSH命令行中执行:

bash -c "$(curl -fsSL https://dl.mikumiku.cc/d/s1/sh/ql/latest.sh)"

下方有韵诺整理 GitHub 上的一些任务库,通过添加任务,并设置定时规则,使其自动拉取、更新羊毛任务。
Faker 集合仓库

ql repo https://ghproxy.com/https://github.com/shufflewzc/faker2.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER|ZooFaker_Necklace"

Curtinlv 仓库

ql repo https://github.com/curtinlv/JD-Script.git

Star

ql repo https://github.com/star261/jd.git "scripts" "code"

怨念集合仓库

ql repo https://hub.fastgit.org/yuannian1112/jd_scripts.git "jd_|jx_|getJDCookie" "activity|backUp" "^jd[^_]|USER|utils"

ddo(hyzaw)

ql repo https://ghproxy.com/https://github.com/shufflewzc/hyzaw.git "ddo_"

柠檬(胖虎)

ql repo https://github.com/panghu999/panghu.git "jd_"

温某某

ql repo https://ghproxy.com/https://github.com/shufflewzc/Wenmoux.git

混沌

ql repo https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env"

龙珠

ql repo https://github.com/whyour/hundun.git "quanx" "tokens|caiyun|didi|donate|fold|Env"
2

评论 (0)

取消