From 346971517aaaab3e0332ecace007f26c9963891b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=20=E8=8C=83?= Date: Mon, 17 Feb 2025 21:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E9=83=A8=E7=BD=B2=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index d8be9a1..b66a7d5 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,24 @@ - 用上传的新文件包内容替换工作目录下的文件 - `systemctl start qrcode` 重新启动二维码服务 +## 20250217 21点 更新至1Panel中运行 +- http://10.19.94.213:8088/1Panel +- 应用商店 - 已安装 - localNetCoreApp + - 目录迁移至 /opt/1panel/apps/local/NetCoreApp/localNetCoreApp/data/ + - 镜像 AspNet + - NET 版本 .NET 5.0 + - 系统 Alpine + - 需要运行的应用程序 QRCodeService.dll + - HTTP 网页端口 5001 +- 反向代理 + - 应用商店 - 已安装 - openresty + - /opt/1panel/apps/openresty/openresty + - 配置在 网站 10.19.94.213 -> 配置-> 反向代理 +- mysql + - 默认禁止远程登录,需要连接的话更新一下 + - `/etc/mysql/mariadb.conf.d/50-server.cnf` 30行 `bind-address = 0.0.0.0` + - 目前链路全开 + - `bind-address=0.0.0.0` + - `global_priv表Host=% where user='qrcode'` + - `防火墙3306端口全开` + - 任何一个关闭所有 只留127.0.0.1 页面就访问不通mysql. ????????? \ No newline at end of file