Commit graph

5 commits

Author SHA1 Message Date
Sunny
41b9793537 refactor: replace external Groq TTS proxy with built-in API route
- Add /api/groq-tts route to handle TTS requests directly in Next.js
- Add /api/groq-tts/voices endpoint for listing available voices
- Remove groq-tts-proxy.py Python server dependency
- Remove authentication system (auth route, middleware, lib)
- Simplify startup script to only run the Next.js app

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 04:10:11 +00:00
Sunny
c286e3825f chore: improve startup script and remove debug logging
- Use fuser instead of lsof for port cleanup
- Add wait loop for port release with timeout
- Properly disown background processes
- Redirect app output to log file
- Remove verbose TTS request logging

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 06:56:22 +00:00
Sunny
75d6868427 remove docker from script 2026-01-26 06:13:27 +00:00
Sunny Modi
161a294a24 chore: remove package-lock.json and update URLs in setup documentation
- Deleted `package-lock.json` to streamline dependency management.
- Updated URLs in `OPENREADER_SETUP.md`, `openreader-webui.sh`, and `README.md` to reflect local development settings instead of production URLs.
2026-01-25 14:13:57 -06:00
Sunny
5f87d66cc4 feat: add AI summarization with multi-provider support and Groq TTS integration 2026-01-19 23:32:13 +00:00