Files
terminal-lab/xterminal/todo.md
douboer@gmail.com 3b7c1d558a first commit
2026-03-03 13:23:14 +08:00

14 lines
562 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

网关使用~/remoteconn现有网关gateway在本地wss协议使用8787端口。外部访问web使用https://shell.biboer.cn:5173。
使用shell.biboer.cn这个域名 https://shell.biboer.cn:5173访问。
Vite 开发服务本身走 HTTPS。我会给项目加一个 dev: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";
---