Files
jiedian/.gitignore
T
dekun bccf6cfdce feat: add web admin panel for node management
Add Flask panel with login, add/delete nodes, and share link copy.
Generate sing-box config from SQLite; add uninstall script and clean install flow.
Panel served at https://DOMAIN:8444 via nginx.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-16 09:10:19 +08:00

8 lines
125 B
Plaintext

# 部署生成的客户端配置与运行时数据
client/generated/
data/
panel/venv/
# 临时文件
*.log
.DS_Store