Files
gangyan/.gitignore
liuguancen 0c3a393d04 [运维] 接入内网 searxng + 清理启动脚本 + 修 log-trim 权限
搜索接口:

- duckduckgo_search.py / ZhipuSearchAPI.py 切换到内网 searxng (原 43.251.225.121 / 134.122.191.214 已失效)

启动脚本清理:

- 删除废弃 backend/ 目录 (与 chat_web_backend/ 编译产物 jar MD5 相同,仅是改名副本)

- 删除 start_all.sh 与 langchain-chat/{start,stop,stop_quick,shutdown_all,restart}.sh (被 scripts/*-restart.sh 覆盖)

- 删除 chat_web_backend/{start,test_mysql}.sh

修复:

- scripts/backend-restart.sh 对齐当前实际在跑的 chat_web_backend.jar (profile=dev)

- scripts/log-trim-daemon.sh 把 LOCK 移到 /tmp 按用户命名,修复非首次用户跑时的 Permission denied

新增:

- scripts/start-all.sh:一键启动入口,串联 mysql/redis/milvus/langchain/backend/frontend,含端口自检

- chat_web_backend/application-local.yml.archived:原 backend/ 下 yj profile 覆盖配置的归档备份

其他:

- .gitignore 忽略 scripts/pptist-deploy/PPTist/ (323M 第三方源码树)
2026-04-20 15:59:11 +08:00

63 lines
915 B
Plaintext
Raw Permalink 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.

# IDE
.vscode
.idea
# Models
./models/**
# Node
chat_web_front/node_modules/
# Java
chat_web_backend/target/
backend/jdk*/
backend/jdk-*.tar.gz
backend/chat_web_yj.jar
backend/nohup.out
# Python
langchain-chat/nltk_data/
langchain-chat/knowledge_base/
langchain-chat/__pycache__/
langchain-chat/**/__pycache__/
**/__pycache__/
*.pyc
# MySQL data
mysql/mysql-8.4.4/mysql_bind/
mysql/mysql.tar.gz
# Milvus data
milvus/volumes/
# Logs
logs/
*.log
nohup.out
nohup_start.out
# Temp files
backend/temp/
backend/files/
chat_web_backend/temp/
chat_web_backend/files/
chat_web_front/dist/
# Sub-repo git dirs (these are nested repos)
chat_web_front/.git/
chat_web_backend/.git/
langchain-chat/.git/
# Docker images
/opt/docker-images/
# OS
.DS_Store
Thumbs.db
# Claude
.claude/
# PPTist 源码树pptist-deploy 期间 git clone 下来的 323M 依赖,含 node_modules + .git
scripts/pptist-deploy/PPTist/