update at 2026-03-03 21:19:52

This commit is contained in:
douboer@gmail.com
2026-03-03 21:19:52 +08:00
parent 3dc4144007
commit e4987a2d77
139 changed files with 21522 additions and 43 deletions

11
pxterm/todo.md Normal file
View File

@@ -0,0 +1,11 @@
网关使用~/remoteconn现有网关gateway在本地wss协议使用8787端口。外部访问web使用https://shell.biboer.cn:5173。
使用shell.biboer.cn这个域名 npm run dev, 使用https://shell.biboer.cn:5173访问。
Vite 开发服务本身走 HTTPS。
证书和私钥信息:
const DEV_PUBLIC_HOST = "shell.biboer.cn";
const DEV_CERT_PATH = "/Users/gavin/.acme.sh/shell.biboer.cn_ecc/fullchain.cer";
const DEV_KEY_PATH = "/Users/gavin/.acme.sh/shell.biboer.cn_ecc/shell.biboer.cn.key";