<?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>磊哥|个人博客 - NPM</title>
<link>https://vps.668618.xyz/index.php/tag/NPM/</link>
<atom:link href="https://vps.668618.xyz/index.php/feed/tag/NPM/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description></description>
<lastBuildDate>Fri, 13 Dec 2024 22:07:00 +0800</lastBuildDate>
<pubDate>Fri, 13 Dec 2024 22:07:00 +0800</pubDate>
<item>
<title>Nginx Proxy Manager 可视化面板一键安装部署方法</title>
<link>https://vps.668618.xyz/index.php/archives/104/</link>
<guid>https://vps.668618.xyz/index.php/archives/104/</guid>
<pubDate>Fri, 13 Dec 2024 22:07:00 +0800</pubDate>
<dc:creator>admin</dc:creator>
<description><![CDATA[1.更新系统，然后安装dockercurl -fsSL https://get.docker.com | sh2.一键安装NPMdocker run -d \  --name=npm \  -p...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>1.更新系统，然后安装docker</p><pre><code>curl -fsSL https://get.docker.com | sh</code></pre><p>2.一键安装NPM</p><pre><code>docker run -d \
  --name=npm \
  -p 80:80 \
  -p 81:81 \
  -p 443:443 \
  -v /home/npm/data:/data \
  -v /home/npm/letsencrypt:/etc/letsencrypt \
  --restart=always \
  jc21/nginx-proxy-manager:latest</code></pre><p>3.访问NPM后台：IP:81</p><p>4.默认账号密码</p><pre><code>admin@example.com

changeme</code></pre>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://vps.668618.xyz/index.php/archives/104/#comments</comments>
<wfw:commentRss>https://vps.668618.xyz/index.php/feed/tag/NPM/</wfw:commentRss>
</item>
</channel>
</rss>