<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>磊哥|个人博客 - 青龙面板</title>
<link>https://vps.668618.xyz/index.php/tag/%E9%9D%92%E9%BE%99%E9%9D%A2%E6%9D%BF/</link>
<atom:link href="https://vps.668618.xyz/index.php/feed/tag/%E9%9D%92%E9%BE%99%E9%9D%A2%E6%9D%BF/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description></description>
<lastBuildDate>Tue, 14 Jan 2025 01:44:00 +0800</lastBuildDate>
<pubDate>Tue, 14 Jan 2025 01:44:00 +0800</pubDate>
<item>
<title>青龙面板安装依赖</title>
<link>https://vps.668618.xyz/index.php/archives/110/</link>
<guid>https://vps.668618.xyz/index.php/archives/110/</guid>
<pubDate>Tue, 14 Jan 2025 01:44:00 +0800</pubDate>
<dc:creator>admin</dc:creator>
<description><![CDATA[NodeJs 依赖如下axiosrequestcanvascheeriojs-base64dotenvmagictough-cookiews@7.4.3requirerequestsdate-f...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>NodeJs 依赖如下</p><pre><code>axios
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</code></pre><p>python3依赖如下</p><pre><code>rsa
bs4
telethon
cacheout
jieba
PyExecJS
ping3
canvas
Crypto
ds
requests
pycryptodome</code></pre><p>linux依赖如下</p><pre><code>bizCode
bizMsg  
lxml
libc-dev
gcc
g++
libffi-dev
python3-dev</code></pre>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://vps.668618.xyz/index.php/archives/110/#comments</comments>
<wfw:commentRss>https://vps.668618.xyz/index.php/feed/tag/%E9%9D%92%E9%BE%99%E9%9D%A2%E6%9D%BF/</wfw:commentRss>
</item>
<item>
<title>OpenWrt安装青龙面板</title>
<link>https://vps.668618.xyz/index.php/archives/57/</link>
<guid>https://vps.668618.xyz/index.php/archives/57/</guid>
<pubDate>Sat, 01 Jun 2024 14:00:00 +0800</pubDate>
<dc:creator>admin</dc:creator>
<description><![CDATA[首先确认两件事1.OpenWrt固件自带Docker2.Docker根目录有足够的可用空间（至少大于2G）1.SSH登录openwrt软路由2.拉取青龙镜像docker pull whyour/...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>首先确认两件事</p><p>1.OpenWrt固件自带Docker</p><p>2.Docker根目录有足够的可用空间（至少大于2G）<br><img src="https://vps.668618.xyz/usr/uploads/2024/06/595782855.png" alt="2024-06-01T05:58:17.png" title="2024-06-01T05:58:17.png"></p><p>1.SSH登录openwrt软路由<br>2.拉取青龙镜像</p><pre><code>docker pull whyour/qinglong:latest</code></pre><p>3.部署容器</p><pre><code>docker run -dit \
-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 \
-p 5701:5700 \
-e ENABLE_HANGUP=true \
-e ENABLE_WEB_PANEL=true \
--name qinglong01 \
--hostname qinglong \
--restart always \
whyour/qinglong:latest</code></pre><p>4.确保防火墙开启5701端口，如果没开请开启<br>5.打开青龙面板web后台<br><img src="https://vps.668618.xyz/usr/uploads/2024/06/3875213807.png" alt="2024-06-01T06:00:02.png" title="2024-06-01T06:00:02.png"><br>6.设置完成</p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://vps.668618.xyz/index.php/archives/57/#comments</comments>
<wfw:commentRss>https://vps.668618.xyz/index.php/feed/tag/%E9%9D%92%E9%BE%99%E9%9D%A2%E6%9D%BF/</wfw:commentRss>
</item>
</channel>
</rss>