Feature/remove web dashboard#98
Merged
Merged
Conversation
…tability The export/import envelope moves from the dashboard handlers to a shared journal::transfer module, and the bot gains two commands: /export replies with the user's journal as a JSON document, and sending that file back with /import as the caption loads it (same versioned format and all-or-nothing conflict semantics as before). Each user can now pull or restore their own data with no operator involvement, scoped to their isolated database. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Froid is now a Telegram bot with an MCP port: capture and reviews live in Telegram, programmatic reads go through MCP, and /export + /import cover data portability. The React app, the dashboard module and its /api routes, the web CI job, the Docker web-builder stage, and the rust-embed/mime_guess dependencies are all gone; the HTTP listener serves only /mcp (token-gated) and /health. FROID_DASHBOARD_ENABLED joins the removed-variables startup guard. Prompt customizations stored via the old editor keep working — the customized_prompts table and its read path are untouched; new overrides go through the FROID_*_PROMPT_PATH files. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.