Skip to content

History / Home

Revisions

  • docs(wiki): split Installation into Docker and WSL Containers (wslc) pages Turn the single Installation page into a landing/chooser page with two children: Installation-Docker (the existing Docker Compose instructions, migrated) and a new Installation-wslc runbook for running the stack under WSL's native `wslc` container runtime without Docker Desktop. The wslc page translates compose.yaml into individual `wslc run` commands on a shared user-defined network (the ff-server->sf-mcp and ff-client->ff-server hops resolve by container name), uses Windows bind mounts for persistence, and flags the preview features it relies on (network DNS, named volumes, restart) with a host-gateway fallback. Nest both under Installation in the sidebar. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

    @StuartMeeks StuartMeeks committed Jul 4, 2026
  • Update wiki for the foreman web app + single-producer game-data pipeline - Reframe Home/Installation around the full Docker Compose stack (web app at :8725, backend :8724, MCP :8723), with the standalone MCP server as a secondary path; MCP-client guides move under their own section. - Fix the published MCP image name: foreman-mcp → foreman-sf-mcp. - Configuration: drop the now-dead SATISFACTORY_DOCS_PATH / SATISFACTORY_GAME_DIR (removed when the runtime stopped parsing en-US.json), add SF_GAME_DATA_PATH and the foreman backend vars (ANTHROPIC/LLM_*, DATABASE_URL, BETTER_AUTH_*). - Game data channels: "use your own data" now means a pre-built sf-game-data.json via the offline extractor + SF_GAME_DATA_PATH, not pointing at a raw install. - Troubleshooting: add the web-app health check; fix the stale "raw install" note.

    @smeeks-swo smeeks-swo committed Jun 27, 2026
  • Add OpenAI API key guide; group API-key pages in nav New "Getting an OpenAI API key" page: create a key on the OpenAI platform, then use it via the web app Settings (provider = OpenAI-compatible) or the server's LLM_PROVIDER/LLM_API_KEY, with a note that the same path covers OpenRouter, Azure, and Gemini. Group the Anthropic + OpenAI pages under "API keys" in the sidebar and Home, and cross-link the two. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    @StuartMeeks StuartMeeks committed Jun 21, 2026
  • Add Anthropic API key guide; link from sidebar and Home New "Getting an Anthropic API key" page: create a key in the Anthropic Console, then use it via the web app Settings or the server's ANTHROPIC_API_KEY, with cost and safety notes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    @StuartMeeks StuartMeeks committed Jun 21, 2026
  • Bootstrap wiki: Claude Desktop setup + doc hierarchy Add the initial wiki structure (Home, sidebar, Installation, Connecting Clients, Configuration, Game Data Channels, Troubleshooting) with full instructions for connecting the MCP server to Claude Desktop. Other LLM client guides are stubbed for later. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

    @StuartMeeks StuartMeeks committed Jun 21, 2026