青龙面板搭建(京东豆子)

青龙面板搭建(京东豆子)

先安装docker

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo apt-get update

sudo apt-get upgrade

sudo apt-get install apt-transport-https ca-certificates curl gnupg2 software-properties-common

curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"

sudo apt-get update

sudo apt-get install docker-ce docker-ce-cli containerd.io

sudo systemctl start docker
sudo systemctl enable docker

sudo usermod -aG docker your-user

启动容器

1
2
3
4
5
6
7
docker run -dit \
-v $PWD/ql/data:/ql/data \
-p 5700:5700 \
--name qinglong \
--hostname qinglong \
--restart unless-stopped \
whyour/qinglong:latest

登录

  • 点击开始安装——点击跳过——设置账号和密码——点击提交——点击去登录——输入账号密码——点击登录

安装依赖

  • 安装方法:点击依赖管理——点击新建依赖——依赖类型选择NodeJs——自动拆分选择是——名称把对应的依赖全部复制,然后粘贴过来(如下图)——点击确定即可(另外两个Python3、Linux同理)

img

  • 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
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
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

环境变量

key+pin

img

添加脚本

1
2
https://github.com/shufflewzc/faker2.git
0 19 11 * * ?

img

  • 运行

img

成功

img