presenton/servers/fastapi/api
sudipnext 3d06644914 feat: update placeholder image references and improve asset handling
- Replaced all instances of the placeholder image path from "/static/images/placeholder.jpg" to "/static/images/replaceable_template_image.png".
- Added a new Nginx location block for serving app data with a long cache expiration.
- Enhanced the image generation service to return the new template image when generation fails.
- Updated various services and endpoints to ensure consistent handling of asset paths, including resolving backend asset URLs.
- Removed Electron-specific checks from several components to streamline API calls and improve compatibility with web deployments.
- Improved error handling and logging in the PDF export process.
- Adjusted Next.js configuration for API routing to ensure proper asset serving in Docker environments.
2026-04-18 20:56:37 +05:45
..
v1 feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
__init__.py feat(fastapi): adds get presentation from id endpoint 2025-07-17 00:27:49 +05:45
lifespan.py feat: implement database migration on startup and update dependencies for FastAPI 2026-03-08 20:05:44 +05:45
main.py feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
middlewares.py feat: adds option to disable image generation for slides 2025-11-28 00:27:54 +05:45