Commit Graph

22 Commits

Author SHA1 Message Date
a09001501e Implement dual-model filing pipeline with Ollama extraction 2026-02-28 16:31:25 -05:00
b9f3b7f9d0 Migrate AI runtime to SDK and hardcode Zhipu coding endpoint 2026-02-28 13:59:00 -05:00
937bb3401b feat: add openclaw service to docker compose 2026-02-27 15:11:18 -05:00
73d9ccafd6 Support Nginx-authenticated OpenClaw and fix workflow retry start context 2026-02-27 11:42:50 -05:00
cff77ce193 Force local workflow world in Docker for Coolify builds 2026-02-26 20:47:32 -05:00
f2ac1c426e Migrate stack to SQLite and set Coolify defaults 2026-02-26 15:45:22 -05:00
74fee52c4e chore: commit all changes 2026-02-26 13:26:18 -05:00
11eeafafef Migrate API to Elysia and switch runtime to Bun 2026-02-24 15:50:40 -05:00
468ea5f252 fix deployment by adding postgres service to base compose 2026-02-24 14:02:49 -05:00
52a4ab38d3 implement better-auth auth with postgres and route protection 2026-02-24 13:32:43 -05:00
fd168f607c upgrade dependencies and docker builds to npm latest 2026-02-24 11:20:18 -05:00
bb01311a8a avoid coolify host-port collisions by exposing app port internally 2026-02-24 11:00:13 -05:00
3e72f38928 fix docker healthcheck to probe 127.0.0.1 in container 2026-02-24 00:29:13 -05:00
168c05cb71 flatten app to repo root and update docker deployment for single-stack runtime 2026-02-24 00:25:03 -05:00
2987ac06fa remove legacy backend stack and stale deployment docs after rebuild 2026-02-23 23:43:33 -05:00
04e5caf4e1 feat: rebuild fiscal clone architecture and harden coolify deployment 2026-02-23 21:10:39 -05:00
cae7cbb98f Remove social auth and stabilize email/password flow 2026-02-21 23:16:16 -05:00
40f956f9f9 Fix Coolify routing/network availability 2026-02-21 19:28:19 -05:00
575bf91ecd Make Docker Compose Coolify-ready 2026-02-20 22:41:21 -05:00
Francesco
da34fc0304 fix: Correct backend healthcheck command - remove 'run' from bun -e 2026-02-19 02:34:40 +00:00
Francesco
b8ccd00cb4 Fix docker-compose.yml - remove external network
Remove 'external: true' from the fiscal network to allow Docker Compose
to create it automatically during deployment. This fixes the deployment
failure in Coolify where the network doesn't exist.
2026-02-18 06:43:44 +00:00
Francesco
da58289eb1 feat: Complete Fiscal Clone deployment package
- SEC filings extraction (10-K, 10-Q, 8-K)
- Portfolio analytics with real-time prices
- Watchlist management
- NextAuth.js authentication
- OpenClaw AI integration
- PostgreSQL database with auto P&L calculations
- Elysia.js backend (Bun runtime)
- Next.js 14 frontend (TailwindCSS + Recharts)
- Production-ready Docker configurations
2026-02-16 03:49:32 +00:00