{"id":192,"date":"2025-09-13T00:27:05","date_gmt":"2025-09-12T16:27:05","guid":{"rendered":"https:\/\/www.makayou.top\/?p=192"},"modified":"2025-09-21T17:06:07","modified_gmt":"2025-09-21T09:06:07","slug":"%e5%a6%82%e4%bd%95%e9%83%a8%e7%bd%b2%e4%b8%80%e4%b8%aa%e5%b1%9e%e4%ba%8e%e8%87%aa%e5%b7%b1%e7%9a%84%e5%8d%9a%e5%ae%a2halo","status":"publish","type":"post","link":"https:\/\/www.makayou.top\/index.php\/2025\/09\/13\/%e5%a6%82%e4%bd%95%e9%83%a8%e7%bd%b2%e4%b8%80%e4%b8%aa%e5%b1%9e%e4%ba%8e%e8%87%aa%e5%b7%b1%e7%9a%84%e5%8d%9a%e5%ae%a2halo\/","title":{"rendered":"\u5982\u4f55\u90e8\u7f72\u4e00\u4e2a\u5c5e\u4e8e\u81ea\u5df1\u7684\u535a\u5ba2(halo)"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\" id=\"\u5982\u4f55\u90e8\u7f72\u4e00\u4e2ahalo\u535a\u5ba2\">\u5982\u4f55\u90e8\u7f72\u4e00\u4e2a<a href=\"https:\/\/www.halo.run\/\">halo<\/a>\u535a\u5ba2<\/h1>\n\n\n\n<p>\u4f7f\u7528\u7684\u7cfb\u7edf\u662f<strong>Ubuntu22 x64<\/strong><\/p>\n\n\n\n<p>\u5b98\u65b9\u6587\u6863\uff1a<a href=\"https:\/\/docs.halo.run\/category\/%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97\">\u5b89\u88c5\u6307\u5357<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u914d\u7f6e\u73af\u5883\">\u914d\u7f6e\u73af\u5883<\/h2>\n\n\n\n<p>\u8fd9\u91cc\u662f\u4f7f\u7528\u5b98\u65b9\u63a8\u8350\u7684docker-compose\u65b9\u5f0f\u90e8\u7f72\uff0c\u6240\u4ee5\u9700\u8981\u5b89\u88c5docker\u548cdocker-compose\uff0c\u4e0b\u9762\u662f\u5b89\u88c5docker\u548cdocker-compose\u7684\u6559\u7a0b\uff0c\u5982\u679c\u5df2\u7ecf\u5b89\u88c5\u4e86\u53ef\u4ee5\u8df3\u8fc7\u8fd9\u4e00\u6b65\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"\u5b89\u88c5docker\u548cdocker-compose\">\u5b89\u88c5<a href=\"https:\/\/docs.docker.com\/engine\/install\/\">docker\u548cdocker-compose<\/a><\/h3>\n\n\n\n<p>\u4ece\u5b58\u50a8\u5e93\u5b89\u88c5<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u8bbe\u7f6e\u5b58\u50a8\u5e93<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code># Add Docker's official GPG key:\nsudo apt-get update # \u66f4\u65b0apt\u6e90\nsudo apt-get install ca-certificates curl gnupg\n#gnupg\u4e0eca-certificates\u4e00\u4e2a\u8d1f\u8d23\u52a0\u5bc6\u3001\u4e00\u4e2a\u8d1f\u8d23\u8bc1\u4e66\u767b\u8bb0\uff0c\u548c\u4fe1\u606f\u5b89\u5168\u65b9\u9762\u7684\u5904\u7406\u76f8\u5173\u3002curl\u5219\u662f\u4e00\u4e2a\u7f51\u7edc\u8bf7\u6c42\u53d1\u8d77\u7684\u5de5\u5177\u3002\nsudo install -m 0755 -d \/etc\/apt\/keyrings # \u521b\u5efa\u76ee\u5f55\ncurl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | sudo gpg --dearmor -o \/etc\/apt\/keyrings\/docker.gpg  # \u4e0b\u8f7ddocker\u5b98\u65b9\u7684gpg\u5bc6\u94a5\nsudo chmod a+r \/etc\/apt\/keyrings\/docker.gpg # \u4fee\u6539\u6743\u9650\n# Add the repository to Apt sources:\n# \u6dfb\u52a0docker\u7684apt\u6e90\necho \\\n  \"deb &#91;arch=\"$(dpkg --print-architecture)\" signed-by=\/etc\/apt\/keyrings\/docker.gpg] https:\/\/download.docker.com\/linux\/ubuntu \\\n  \"$(. \/etc\/os-release &amp;&amp; echo \"$VERSION_CODENAME\")\" stable\" | \\\n  sudo tee \/etc\/apt\/sources.list.d\/docker.list &gt; \/dev\/null\nsudo apt-get update # \u66f4\u65b0apt\u6e90\n<\/code><\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>\u5b89\u88c5Docker\u548cDocker Compose<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u90e8\u7f72halo\u535a\u5ba2\">\u90e8\u7f72halo\u535a\u5ba2<\/h2>\n\n\n\n<p>\u5728\u7cfb\u7edf\u7684\u4efb\u610f\u76ee\u5f55\u4e0b\u521b\u5efa\u4e00\u4e2a\u6587\u4ef6\u5939<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mkdir \/home\/halo &amp;&amp; cd \/home\/halo\n<\/code><\/pre>\n\n\n\n<p>\u521b\u5efadocker-compose.yml\u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo vi docker-compose.yml\n<\/code><\/pre>\n\n\n\n<p>\u590d\u5236\u4ee5\u4e0b\u5185\u5bb9\u5230docker-compose.yml\u6587\u4ef6\u4e2d(Halo + MySQL)\uff0c\u5728\u82f1\u6587\u72b6\u6001\u4e0b\u8f93\u5165<code>i<\/code>\u8fdb\u5165\u7f16\u8f91\u6a21\u5f0f\uff0c\u7136\u540e\u6309\u4e0b<code>Ctrl+Shift+V<\/code>\u7c98\u8d34\uff0c\u7136\u540e\u6309\u4e0b<code>Esc<\/code>\uff0c\u518d\u8f93\u5165<code>:wq<\/code>\u4fdd\u5b58\u9000\u51fa\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>version: \"3\" #\u7248\u672c\u53f7\n\nservices: #\u670d\u52a1\n  halo: #\u670d\u52a1\u540d\n    image: halohub\/halo:2.10 #\u955c\u50cf\u540d\n    container_name: halo #\u5bb9\u5668\u540d\n    restart: on-failure:3 #\u91cd\u542f\u7b56\u7565\uff0c\u8fd9\u91cc\u662f\u5931\u8d25\u91cd\u542f3\u6b21\n    depends_on: #\u4f9d\u8d56\n      halodb: #\u4f9d\u8d56\u7684\u670d\u52a1\u540d\n        condition: service_healthy #\u4f9d\u8d56\u7684\u670d\u52a1\u5065\u5eb7\u65f6\u624d\u542f\u52a8\n    networks: #\u7f51\u7edc\n      halo_network: #\u7f51\u7edc\u540d\n    volumes: #\u6302\u8f7d\u5377\n      - .\/halo2:\/root\/.halo2 #\u5c06\u5bb9\u5668\u4e2d\u7684\/root\/.halo2\u76ee\u5f55\u6302\u8f7d\u5230\u5f53\u524d\u76ee\u5f55\u4e0b\u7684halo2\u76ee\u5f55\n    ports:\n      - \"8090:8090\" #\u5c06\u5bb9\u5668\u4e2d\u76848090\u7aef\u53e3\u6620\u5c04\u5230\u4e3b\u673a\u76848090\u7aef\u53e3\uff0c\u524d\u9762\u76848090\u662f\u4e3b\u673a\u7aef\u53e3\uff0c\u540e\u9762\u76848090\u662f\u5bb9\u5668\u7aef\u53e3\n    healthcheck: #\u5065\u5eb7\u68c0\u67e5\n      test: &#91;\"CMD\", \"curl\", \"-f\", \"http:\/\/localhost:8090\/actuator\/health\/readiness\"] #\u68c0\u67e5\u7684\u547d\u4ee4\n      interval: 30s #\u68c0\u67e5\u95f4\u9694\n      timeout: 5s #\u68c0\u67e5\u8d85\u65f6\u65f6\u95f4\n      retries: 5    #\u68c0\u67e5\u5931\u8d25\u91cd\u8bd5\u6b21\u6570\n      start_period: 30s #\u68c0\u67e5\u5f00\u59cb\u65f6\u95f4\n    command: #\u547d\u4ee4\n      #\u6570\u636e\u5e93\u8fde\u63a5\u5730\u5740\uff0c\u8fd9\u91cc\u7684halodb\u662f\u4e0a\u65b9\u7684\u4f9d\u8d56\u670d\u52a1\u540d\uff0c3306\u662fMySQL\u7684\u9ed8\u8ba4\u7aef\u53e3\uff0chalo\u662f\u6570\u636e\u5e93\u540d\n      - --spring.r2dbc.url=r2dbc:pool:mysql:\/\/halodb:3306\/halo\n      #\u6570\u636e\u5e93\u8fde\u63a5\u5730\u5740\uff0c\u8fd9\u91cc\u7684halodb\u662f\u4e0a\u65b9\u7684\u4f9d\u8d56\u670d\u52a1\u540d\uff0c3306\u662fMySQL\u7684\u9ed8\u8ba4\u7aef\u53e3\uff0chalo\u662f\u6570\u636e\u5e93\u540d\n      - --spring.r2dbc.username=root\n      # MySQL \u7684\u5bc6\u7801\uff0c\u8bf7\u4fdd\u8bc1\u4e0e\u4e0b\u65b9 MYSQL_ROOT_PASSWORD \u7684\u53d8\u91cf\u503c\u4e00\u81f4\u3002\n      - --spring.r2dbc.password=o#DwN&amp;JSa56\n      # \u8fd9\u91cc\u7684mysql\u662f\u6570\u636e\u5e93\u7c7b\u578b\uff0c\u5982\u679c\u4f60\u4f7f\u7528\u7684\u662f\u5176\u4ed6\u6570\u636e\u5e93\uff0c\u8bf7\u4fee\u6539\u4e3a\u5bf9\u5e94\u7684\u6570\u636e\u5e93\u7c7b\u578b\uff0c\u6bd4\u5982 PostgreSQL \u4e3a postgresql\n      - --spring.sql.init.platform=mysql\n      # \u5916\u90e8\u8bbf\u95ee\u5730\u5740\uff0c\u5982\u679c\u4f60\u7684 Halo \u662f\u901a\u8fc7\u53cd\u5411\u4ee3\u7406\u8bbf\u95ee\u7684\uff0c\u8bf7\u4fee\u6539\u4e3a\u53cd\u5411\u4ee3\u7406\u7684\u5730\u5740\u3002\n      - --halo.external-url=http:\/\/localhost:8090\/\n\n  halodb: #\u670d\u52a1\u540d\n    image: mysql:8.1.0 #\u955c\u50cf\u540d\n    container_name: halodb #\u5bb9\u5668\u540d\n    restart: on-failure:3 #\u91cd\u542f\u7b56\u7565\uff0c\u8fd9\u91cc\u662f\u5931\u8d25\u91cd\u542f3\u6b21\n    networks: \n      halo_network: #\u7f51\u7edc\u540d\n    command: \n      - --default-authentication-plugin=caching_sha2_password #\u5bc6\u7801\u9a8c\u8bc1\u65b9\u5f0f\n      - --character-set-server=utf8mb4 #\u5b57\u7b26\u96c6\n      - --collation-server=utf8mb4_general_ci #\u5b57\u7b26\u96c6\n      - --explicit_defaults_for_timestamp=true #\u65f6\u95f4\u6233\n    volumes:\n      - .\/mysql:\/var\/lib\/mysql #\u5c06\u5bb9\u5668\u4e2d\u7684\/var\/lib\/mysql\u76ee\u5f55\u6302\u8f7d\u5230\u5f53\u524d\u76ee\u5f55\u4e0b\u7684mysql\u76ee\u5f55\n      - .\/mysqlBackup:\/data\/mysqlBackup \n      #\u5c06\u5bb9\u5668\u4e2d\u7684\/data\/mysqlBackup\u76ee\u5f55\u6302\u8f7d\u5230\u5f53\u524d\u76ee\u5f55\u4e0b\u7684mysqlBackup\u76ee\u5f55\n\n    ports:\n      - \"3306:3306\" #\u5c06\u5bb9\u5668\u4e2d\u76843306\u7aef\u53e3\u6620\u5c04\u5230\u4e3b\u673a\u76843306\u7aef\u53e3\uff0c\u524d\u9762\u76843306\u662f\u4e3b\u673a\u7aef\u53e3\uff0c\u540e\u9762\u76843306\u662f\u5bb9\u5668\u7aef\u53e3\n    healthcheck:\n      test: &#91;\"CMD\", \"mysqladmin\", \"ping\", \"-h\", \"127.0.0.1\", \"--silent\"]\n      #\u68c0\u67e5\u7684\u547d\u4ee4\uff0c\u8fd9\u91cc\u662f\u4f7f\u7528mysqladmin\u547d\u4ee4\u68c0\u67e5MySQL\u662f\u5426\u6b63\u5e38\n      interval: 3s #\u68c0\u67e5\u95f4\u9694\n      retries: 5 #\u68c0\u67e5\u5931\u8d25\u91cd\u8bd5\u6b21\u6570\n      start_period: 30s #\u68c0\u67e5\u5f00\u59cb\u65f6\u95f4\n    environment:\n      # \u8bf7\u4fee\u6539\u6b64\u5bc6\u7801\uff0c\u5e76\u5bf9\u5e94\u4fee\u6539\u4e0a\u65b9 Halo \u670d\u52a1\u7684 SPRING_R2DBC_PASSWORD \u53d8\u91cf\u503c\n      - MYSQL_ROOT_PASSWORD=o#DwN&amp;JSa56\n      - MYSQL_DATABASE=halo\n\nnetworks:\n  halo_network: \n<\/code><\/pre>\n\n\n\n<p>\u7136\u540e\u952e\u76d8\u8f93\u5165<code>Esc<\/code>\uff0c\u518d\u8f93\u5165<code>:wq<\/code>\u4fdd\u5b58\u9000\u51fa\u3002<\/p>\n\n\n\n<p>\u7f16\u8f91\u597d\u4e4b\u540e\uff0c\u4f7f\u7528docker-compose\u542f\u52a8<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo docker compose up -d\n# \u521b\u5efa\u5e76\u540e\u53f0\u8fd0\u884c\u6240\u6709\u5bb9\u5668\n<\/code><\/pre>\n\n\n\n<p>\u542f\u52a8\u5b8c\u6210\u540e\uff0c\u8bbf\u95ee<code>http:\/\/localhost:8090<\/code>\uff0c\u5982\u679c\u51fa\u73b0\u4e0b\u9762\u7684\u9875\u9762\uff0c\u8bf4\u660ehalo\u5df2\u7ecf\u90e8\u7f72\u6210\u529f\u4e86\u3002<br><code>localhost<\/code>\u8bf7\u6539\u4e3a\u4f60\u5b9e\u9645\u7684ip\u5730\u5740\u6216\u8005\u57df\u540d\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.makayou.top\/wp-content\/uploads\/2025\/09\/QbhOtK1fNGjc9V3.png\" alt=\"\" class=\"wp-image-193\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u90e8\u7f72nginx-proxy-managerhalo\u5b98\u65b9\u624b\u518c\">\u90e8\u7f72Nginx Proxy Manager(<a href=\"https:\/\/docs.halo.run\/getting-started\/install\/other\/nginxproxymanager\/\">halo\u5b98\u65b9\u624b\u518c<\/a>)<\/h2>\n\n\n\n<p>\u521b\u5efa\u6587\u4ef6\u5939\uff0c\u6dfb\u52a0\u914d\u7f6e\u6587\u4ef6<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir -p \/home\/nginxproxymanager   # \u521b\u5efa\u4e00\u4e2a npm \u7684\u6587\u4ef6\u5939\n\ncd \/home\/nginxproxymanager    # \u8fdb\u5165\u8be5\u6587\u4ef6\u5939\n\nvi docker-compose.yml\n<\/code><\/pre>\n\n\n\n<p>\u5728\u82f1\u6587\u5b89\u88c5\u4e0b\u8f93\u5165<code>i<\/code>\u8fdb\u5165\u7f16\u8f91\u6a21\u5f0f\uff0c\u7136\u540e\u6309\u4e0b<code>Ctrl+Shift+V<\/code>\u7c98\u8d34\uff0c\u7136\u540e\u6309\u4e0b<code>Esc<\/code>\uff0c\u518d\u8f93\u5165<code>:wq<\/code>\u4fdd\u5b58\u9000\u51fa\u3002<\/p>\n\n\n\n<p>\u7c98\u8d34docker-compose.yml<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>version: '3'\nservices:\n  app:\n    image: 'jc21\/nginx-proxy-manager:latest' # \u955c\u50cf\n    restart: unless-stopped \n    # \u53ef\u4ee5\u786e\u4fdd\u5bb9\u5668\u5728\u8fd0\u884cdocker-compose down\u547d\u4ee4\u4e4b\u524d\u4e00\u76f4\u8fd0\u884c\u3002\u8fd9\u5bf9\u4e8e\u9700\u8981\u6301\u7eed\u8fd0\u884c\u7684\u670d\u52a1\u975e\u5e38\u91cd\u8981\n    ports:\n      - '80:80'              # \u4e0d\u5efa\u8bae\u4fee\u6539\u7aef\u53e3\n      - '81:81'              # \u53ef\u4ee5\u628a\u5192\u53f7\u5de6\u8fb9\u7684 81 \u7aef\u53e3\u4fee\u6539\u6210\u4f60\u670d\u52a1\u5668\u4e0a\u6ca1\u6709\u88ab\u5360\u7528\u7684\u7aef\u53e3\n      - '443:443'            # \u4e0d\u5efa\u8bae\u4fee\u6539\u7aef\u53e3\n    volumes:\n      - .\/data:\/data         # \u70b9\u53f7\u8868\u793a\u5f53\u524d\u6587\u4ef6\u5939\uff0c\u5192\u53f7\u5de6\u8fb9\u7684\u610f\u601d\u662f\u5728\u5f53\u524d\u6587\u4ef6\u5939\u4e0b\u521b\u5efa\u4e00\u4e2a data \u76ee\u5f55\uff0c\u7528\u4e8e\u5b58\u653e\u6570\u636e\uff0c\u5982\u679c\u4e0d\u5b58\u5728\u7684\u8bdd\uff0c\u4f1a\u81ea\u52a8\u521b\u5efa\n      - .\/letsencrypt:\/etc\/letsencrypt  # \u70b9\u53f7\u8868\u793a\u5f53\u524d\u6587\u4ef6\u5939\uff0c\u5192\u53f7\u5de6\u8fb9\u7684\u610f\u601d\u662f\u5728\u5f53\u524d\u6587\u4ef6\u5939\u4e0b\u521b\u5efa\u4e00\u4e2a letsencrypt \u76ee\u5f55\uff0c\u7528\u4e8e\u5b58\u653e\u8bc1\u4e66\uff0c\u5982\u679c\u4e0d\u5b58\u5728\u7684\u8bdd\uff0c\u4f1a\u81ea\u52a8\u521b\u5efa\n<\/code><\/pre>\n\n\n\n<p>\u4fdd\u5b58\u540e\u8fd0\u884c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo docker compose up -d\n# \u521b\u5efa\u5e76\u540e\u53f0\u8fd0\u884c\u6240\u6709\u5bb9\u5668\n<\/code><\/pre>\n\n\n\n<p>\u8fd9\u4e2a\u65f6\u5019\u8bbf\u95ee<code>http:\/\/localhost:81<\/code>\uff0c\u5982\u679c\u51fa\u73b0\u4e0b\u9762\u7684\u9875\u9762\uff0c\u8bf4\u660eNPM\u5df2\u7ecf\u90e8\u7f72\u6210\u529f\u4e86\u3002<br><code>localhost<\/code>\u8bf7\u6539\u4e3a\u4f60\u5b9e\u9645\u7684ip\u5730\u5740\u6216\u8005\u57df\u540d\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.makayou.top\/wp-content\/uploads\/2025\/09\/ZaIDvdFnm5RJPlL.png\" alt=\"\" class=\"wp-image-195\"\/><\/figure>\n\n\n\n<p>\u9ed8\u8ba4\u7684\u767b\u5f55\u8d26\u6237\u548c\u5bc6\u7801\u662f<code>admin@example.com<\/code>&nbsp;<code>changeme<\/code><\/p>\n\n\n\n<p>\u7136\u540e\u70b9\u51fb<code>Dashboard<\/code>\u4e2d\u7684<code>Proxy Hosts<\/code>\u518d\u70b9\u51fb<code>Add Proxy Host<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.makayou.top\/wp-content\/uploads\/2025\/09\/JuYbxhTDRPNKv34.png\" alt=\"\" class=\"wp-image-196\"\/><\/figure>\n\n\n\n<p>\u6309\u7167\u56fe\u4e0a\u586b\u5199\uff0c\u8fd9\u91cc\u6211\u57df\u540d\u586b\u5199\u7684\u662f\u865a\u62df\u673a\u7684ip\u5730\u5740\uff0c\u53ef\u4ee5\u66f4\u6539\u4e3a\u4f60\u81ea\u5df1\u7684\u57df\u540d<\/p>\n\n\n\n<p>\u7531\u4e8e\u90fd\u662f\u4f7f\u7528\u5bb9\u5668\u5b89\u88c5\u7684\u6240\u4ee5\u53cd\u4ee3\u7684\u65f6\u5019\u5730\u5740\u8981\u586b\u5199\u5bb9\u5668\u7684ip<\/p>\n\n\n\n<p>\u8fd0\u884c<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ip addr show docker0\n<\/code><\/pre>\n\n\n\n<p>\u56de\u663e<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>3: docker0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; mtu 1500 qdisc noqueue state DOWN group default\n    link\/ether 02:42:68:97:9e:8d brd ff:ff:ff:ff:ff:ff\n    inet 172.17.0.1\/16 brd 172.17.255.255 scope global docker0\n       valid_lft forever preferred_lft forever\n<\/code><\/pre>\n\n\n\n<p>\u6700\u540e\u8bbf\u95ee\u57df\u540d\u5c31\u53ef\u4ee5\u8bbf\u95ee\u5230halo\u4e86<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.makayou.top\/wp-content\/uploads\/2025\/09\/qz5JWNjCTMycx8U.png\" alt=\"\" class=\"wp-image-194\"\/><\/figure>\n\n\n\n<p>\u53ef\u4ee5\u770b\u5230\u8fd9\u91cc\u8bbf\u95ee\u7684\u662f\u865a\u62df\u673a\u7684ip\uff0c\u6ca1\u6709\u52a0\u7aef\u53e3\u53f7\u9ed8\u8ba4\u662f80\uff0c\u53ef\u4ee5\u5728<code>NPM<\/code>\u91cc\u9762\u914d\u7f6eSSL\u3002<\/p>\n\n\n\n<p>halo\u535a\u5ba2\u7684\u5b98\u65b9\u6587\u6863\u91cc\u9762\u4e5f\u6709\u6559\u5b66<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5982\u4f55\u90e8\u7f72\u4e00\u4e2ahalo\u535a\u5ba2 \u4f7f\u7528\u7684\u7cfb\u7edf\u662fUbuntu22 x64 \u5b98\u65b9\u6587\u6863\uff1a\u5b89\u88c5\u6307\u5357 \u914d\u7f6e\u73af\u5883 \u8fd9\u91cc\u662f\u4f7f\u7528\u5b98\u65b9\u63a8 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[9,7],"tags":[],"class_list":["post-192","post","type-post","status-publish","format-standard","hentry","category-blog","category-7"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/posts\/192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/comments?post=192"}],"version-history":[{"count":2,"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/posts\/192\/revisions"}],"predecessor-version":[{"id":272,"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/posts\/192\/revisions\/272"}],"wp:attachment":[{"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/media?parent=192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/categories?post=192"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.makayou.top\/index.php\/wp-json\/wp\/v2\/tags?post=192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}