- Translate panel UI (~500 strings) and all extraction/wiki prompts to English; rebrand to GODCALL (title, logo, login, header) - git-fetcher: allow http:// clone URLs behind KNOWLEDGE_ALLOW_HTTP=1 (tailnet Gitea) - MemoryCore/Dockerfile: drop-in image (upstream ships none) with TDAI_GATEWAY_CONFIG env + healthcheck; combined-hub Dockerfile: stock Debian mirrors; stub MemoryKnowledge openapi.yaml (absent upstream but COPYed) - start-memory-hub.sh: optional GIT_CREDENTIALS_FILE mount (keeps tokens out of repo URLs); tools/import-gitea.mjs: bulk CodeGraph import of all Gitea repos Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
10 lines
400 B
YAML
10 lines
400 B
YAML
# GODCALL stub — upstream's combined Dockerfile COPYs this path but the file is
|
|
# absent from the public repo at this commit. The knowledge server serves it as
|
|
# the Swagger document; regenerate/replace when upstream restores the real spec.
|
|
openapi: 3.0.3
|
|
info:
|
|
title: GODCALL Knowledge API
|
|
description: Wiki + CodeGraph knowledge service (self-hosted GODCALL fork).
|
|
version: 0.1.0
|
|
paths: {}
|