Files
jiedian/docs/README.md
T
dekun 78b85c0d83 feat: enable HTTPS admin panel on port 443 for new deployments
Add Nginx SSL panel config, enable-panel-https.sh, secure Flask cookies, and update docs for https login.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 00:46:08 +08:00

18 lines
853 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.
# jiedian 文档
| 文档 | 适用对象 | 内容 |
|------|----------|------|
| **[DEPLOY.md](DEPLOY.md)** | 运维 / 首次部署 | VPS 安装、安全组、`.env`、升级、验证 |
| **[GUIDE.md](GUIDE.md)** | 日常使用 | 面板操作、节点管理、Hy2 说明、安全建议 |
| **[client-import.md](client-import.md)** | 客户端用户 | Windows / Android / iOS 导入 Hy2 链接 |
| **[troubleshooting.md](troubleshooting.md)** | 排错 | 连不上、面板打不开、迁移 |
| **[STACK.md](STACK.md)** | 开发者 | 组件分工、端口、配置生成 |
## 快速链接
- 仓库:https://git.bz121.com/dekun/jiedian.git
- 部署目录:`/opt/jiedian`
- 一键安装:`bash scripts/install.sh`(自动 HTTPS 面板)
- 旧版去 VLESS`bash scripts/remove-vless.sh`
- 单独启用 HTTPS`bash scripts/enable-panel-https.sh`