From fddf4f764ed5cc9e3d987264efe6d359ba25ab4b Mon Sep 17 00:00:00 2001 From: Peanut Date: Wed, 18 Mar 2026 19:56:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E8=AE=BF=E9=97=AE=E5=9C=B0=E5=9D=80=E4=B8=BA?= =?UTF-8?q?=20HTTPS=20=E5=9F=9F=E5=90=8D=E5=B9=B6=E6=B7=BB=E5=8A=A0=20SSL?= =?UTF-8?q?=20=E8=AF=81=E4=B9=A6=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 968a659..d047082 100644 --- a/README.md +++ b/README.md @@ -200,18 +200,25 @@ bash deploy-all.sh admin # 仅部署管理后台 4. 集成Tailwind CSS样式框架 5. 使用Pinia进行状态管理 -### 访问地址 +## 🌐 访问地址 -#### 生产环境 (101.200.208.45) -- **用户前端**: http://101.200.208.45/emotion-museum/ -- **管理后台**: http://101.200.208.45/emotion-museum-admin/ -- **后端API**: http://101.200.208.45:19089/api -- **WebSocket**: ws://101.200.208.45:19089/ws +### 生产环境 (HTTPS 已启用) +- **用户前端**: https://lifescript.happylifeos.com/emotion-museum/ +- **管理后台**: https://lifescript.happylifeos.com/emotion-museum-admin/ +- **课程页面**: https://lifescript.happylifeos.com/course-of-life/ +- **后端 API**: https://lifescript.happylifeos.com/api/ +- **WebSocket**: wss://lifescript.happylifeos.com/ws +- **健康检查**: https://lifescript.happylifeos.com/health -#### 开发环境 (本地) +**SSL 证书信息**: +- 证书有效期:2026-03-18 至 2026-06-16 +- 自动续期:已配置(每天凌晨 2 点自动检查) +- 证书颁发机构:Let's Encrypt + +### 开发环境 (本地) - **用户前端**: http://localhost:5173 - **管理后台**: http://localhost:5174 -- **后端API**: http://localhost:19089/api +- **后端 API**: http://localhost:19089/api - **WebSocket**: ws://localhost:19089/ws ## 🧪 测试策略