voxblog/apps/api/src
Ender f160b26564
Some checks are pending
Deploy to Production / deploy (push) Waiting to run
feat: update service ports from 3000/3001 to 3300/3301
- Changed admin frontend port from 3000 to 3300 across all configuration files
- Changed API backend port from 3001 to 3301 across all configuration files
- Updated health check endpoints to use new ports in CI/CD workflow
- Modified documentation and deployment guides to reflect new port numbers
- Updated Caddy and Nginx reverse proxy configurations to use new ports
2025-10-26 00:25:40 +02:00
..
config refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00
db docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
routes feat: add real-time content streaming with live preview 2025-10-25 21:18:22 +02:00
services feat: add real-time content streaming with live preview 2025-10-25 21:18:22 +02:00
storage feat: add S3 object copying and enhanced media URL rewriting for Ghost posts 2025-10-24 14:03:46 +02:00
types refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00
utils refactor: restructure AI generation into modular architecture 2025-10-25 21:13:42 +02:00
ai-generate.ts feat: add reference image support for AI content generation 2025-10-25 17:52:39 +02:00
auth.ts chore: initialize monorepo (pnpm workspace), add PLAN.md and .gitignore 2025-10-22 00:50:29 +02:00
db.ts feat: add MySQL database integration with Drizzle ORM for post and audio clip storage 2025-10-24 14:57:54 +02:00
drafts.ts refactor: migrate draft/post API endpoints to use Drizzle ORM instead of raw SQL queries 2025-10-24 15:05:17 +02:00
ghost.ts feat: add preview endpoint and UI for Ghost post content with media URL rewriting 2025-10-24 18:13:30 +02:00
index.ts feat: update service ports from 3000/3001 to 3300/3301 2025-10-26 00:25:40 +02:00
media.ts docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
posts.ts docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
settings.ts docs: add AI content generation feature with OpenAI integration 2025-10-25 00:08:41 +02:00
stt.ts refactor: migrate draft/post API endpoints to use Drizzle ORM instead of raw SQL queries 2025-10-24 15:05:17 +02:00