mateclaw/mateclaw-server
matevip 72a0b5fc81 feat(search): SEARXNG_BASE_URL env-var fallback and expand wiki chunk column
- docker-compose.yml: pass SEARXNG_BASE_URL into mateclaw-server so the
  app can reach the searxng sidecar container out of the box (default
  http://searxng:8080).
- SystemSettingService: resolveSearxngBaseUrl() now falls back to the
  SEARXNG_BASE_URL env var when no DB value is set, so Docker users no
  longer need to configure it manually in the UI.
- V38 migration (h2 + mysql): expand mate_wiki_chunk.content from TEXT
  (64KB) to MEDIUMTEXT (16MB) so large Chinese chunks (~30k chars
  ≈ 90KB UTF-8) no longer overflow.
2026-04-24 13:48:39 +08:00
..
src feat(search): SEARXNG_BASE_URL env-var fallback and expand wiki chunk column 2026-04-24 13:48:39 +08:00
Dockerfile fix(docker): add Node.js frontend build stage and clean up deploy config 2026-04-24 11:16:52 +08:00
pom.xml feat(tool): native Java DocxRender tool — eliminate Node.js subprocess 2026-04-23 16:31:13 +08:00
settings.xml fix(docker): add Aliyun Maven mirror, fix port mapping, remove legacy schema init 2026-04-24 10:26:19 +08:00