Commit Graph

7 Commits

Author SHA1 Message Date
Ruslan Bakiev
ff7716ad6d Add .git-crypt-key to gitignore 2026-01-02 23:19:34 +07:00
Ruslan Bakiev
cea44dc1b8 Encrypt .mcp.json with git-crypt 2026-01-02 08:10:43 +07:00
Ruslan Bakiev
5f66b2bb5b Add billing service and update tigerbeetle compose 2025-12-10 17:19:30 +07:00
Ruslan Bakiev
33e53cb8df Add dify/volumes config files to git
Track volume configuration files so Dokploy deploys with proper structure.
Removed dify/volumes/ from .gitignore.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 12:59:53 +07:00
Ruslan Bakiev
8b7e0a84a4 Reinstall dify from official docker setup
- Cloned fresh dify/docker from langgenius/dify
- Configured .env for dify.optovia.ru with HTTPS
- Updated gitignore to ignore dify/volumes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 12:35:21 +07:00
Ruslan Bakiev
0d583b999d Add dify sandbox config.yaml and fix gitignore
- Add sandbox/conf/config.yaml with correct app section
- Update gitignore to track dify configs but ignore data dirs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 12:07:53 +07:00
Ruslan Bakiev
eacd3b9a96 feat: add TerminusDB schema integration and dynamic forms
- Simplify TerminusDB schema to single Cocoa class with 10 properties
- Add terminus_schema_id field to Odoo Product model
- Update FastAPI and GraphQL to expose terminus_schema_id
- Add FormKit for dynamic form generation
- Create useTerminus composable for schema loading and conversion
- Add /dashboard/add-product page with dynamic form rendering

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 15:48:12 +07:00