重新部署 更新说明

This commit is contained in:
路 范
2025-02-17 21:54:51 +08:00
parent 84741d1eee
commit 346971517a

View File

@@ -25,3 +25,24 @@
- 用上传的新文件包内容替换工作目录下的文件 - 用上传的新文件包内容替换工作目录下的文件
- `systemctl start qrcode` 重新启动二维码服务 - `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. ?????????