Qinglong white screen repair

method one

docker exec -it qinglong bash  #进入青龙容器,名字不一样的话请自己更改
bash <(curl -ls https://gitee.com/suiyuehq/ziyong/raw/master/ql_cdn/v2.10.13/bpxf.sh)
  #版本不是2.10.13的记得把后面那个v2.10.13改成自己的版本号

Method Two

Modify the panel file
Open ssh, enter

docker exec -it qinglong bash
curl -sL --connect-timeout 3 https://gitee.com/Mirror/ac/raw/master/index.html > /ql/dist/index.html

method three

science online

Method 4: Change the host

1

Windows computer modification path: C:\Windows\System32\drivers\etc\hosts
Add: 104.16.88.20 cdn.jsdelivr.net
completed

2

Apple system computer:
1. Open the terminal
2. Enter sudo vi /etc/hosts
3. Enter the password
4. Enter the file hosts, then press "i" to enter the edit mode
5. Copy and paste the content into: 104.16.88.20 cdn.jsdelivr .net
6.control+c launch edit mode
7. Input: wq, save and exit

Method five

docker exec -it qinlong bash
cd dist
wget https://git.yanyu.ltd/yanyu/toulu/raw/branch/master/index.html -O index.html

 

exit

 

docker restart ql

Summarize

Try everything, only through all kinds of tossing can you succeed

Guess you like

Origin blog.csdn.net/m0_58606834/article/details/124944141