Qinglong panel tomato novel

APP: Tomato Free Novel

Raku

ql raw https://wjkjy.cn/wp-content/uploads/2023/02/1676976131-37c2da24c695c42.js

Completion: sign in, double sign in, open treasure chest, double treasure chest, watch advertisement video, receive three meal rewards, double three meal rewards, receive reading time reward Variable name: fqmfxsck Android capture package: https://i-
hl
. At the beginning of snssdk.com/luckycat, find the sessionid in the cookie, find the iid and device_id in the url, fill in the variable with sessionid#iid#device_id, and separate multiple accounts with @.
Apple packet capture: at the beginning of https://i.snssdk.com/, find the sessionid in the cookie, find the iid and device_id in the url, fill in the variable with sessionid#iid#device_id, and separate multiple accounts with @.
The difference: Apple does not have some tasks and cannot do them. Android is relatively full
Timing: */18 8-22 * * *
Run reading tasks between 9:00 and 15:00 every day
⚠️Multiple accounts must not catch Ck on the same device!⚠️
⚠️Multiple accounts must not catch Ck on the same device! ⚠️

⚠️Multiple accounts must not catch Ck on the same device!⚠️

 Here is the build tutorial

First of all, let me introduce what is the Qinglong panel:

The Qinglong panel is the interface of the server on the computer.

  Next, I will introduce to you how to build the Qinglong panel.

1. We need to buy a server. Here we will introduce how to build a Tencent cloud server. For new users, a lightweight cloud server can be used. It is only 40 a year. It is not expensive, and it can run well. Buy address:

https://cloud.tencent.com/act/2022season?fromSource=gwzcw.5726000.5726000.5726000&utm_medium=cpc&utm_id=gwzcw.5726000.5726000.5726000&bd_vid=8135239336446701144

2. After getting the server, the system should be made into Centos (7.6 is relatively stable)

Then reinstall the system and reset the password (remember clearly)

3. Connect to the cloud server (download Pagoda ssh terminal)

Open click to add server

ip is the public network ip password is the password set by yourself, the account does not need to be changed to root, and the remarks are optional

Double-click to connect successfully

4. Install the panel

Copy the string of code above and open it in the Pagoda ssh terminal

Reply y and wait until the installation is successful. Remember the address of the external network panel, as well as the username and password

The panel needs to develop port 8888

Click Add Rule to open port 8888 (by the way, open port 5700). Now we can access the address on the external network

At this point, enter the user password just now to log in

5. The step of binding the official website account of Pagoda must register an account

Next, click on the software store to search for docker and select the first one.

Install it At this point we can set up our own security entrance, password, etc. For the access method of the pagoda panel, change the latter to your own security entrance for the external network address.

6. Qinglong panel installation (latest version), open the pagoda ssh interrupt and enter the command:

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 \  -v $PWD/ql/jbot:/ql/jbot \  -p 5700:5700 \  --name qinglong \  --hostname qinglong \  --restart unless-stopped \  whyour/qinglong:latest

By the way, the old version (this is your own choice)

docker run -dit \  --name QL \  --hostname QL \  --restart always \  -p 5600:5600 \  -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 \  246771270/jdwxx-ql:2.10.9

Wait for the installation to succeed. Also open port 5700 on the pagoda panel

7. Next, try to access the Qinglong control panel: public network ip plus port 5700

The default user name and password for login are both admin, so it is successful

In this way, the construction of the Qinglong panel is over, and the next issue will update how to use the panel to run the library.

More js

Guess you like

Origin blog.csdn.net/m0_58782029/article/details/129148967