OVHserver/opt
SamoilenkoVadym 117de92709 feat: add Presenton AI presentation generator with Azure OpenAI integration
Deployed Presenton (AI-powered presentation generator) to production infrastructure.

Features:
- AI-generated presentations from text prompts and documents
- Azure OpenAI GPT-5 for text generation
- Azure OpenAI DALL-E 3 for image generation
- Export to PPTX and PDF formats
- Custom template support with HTML/Tailwind CSS
- Privacy-focused (local data processing)

Infrastructure:
- Container: ghcr.io/presenton/presenton:latest
- Domain: presentation.ai-impress.com
- SSL: Automatic via Traefik + Cloudflare DNS
- Network: traefik-public
- Resources: 1-2 CPU cores, 1-2GB RAM

Configuration:
- LLM: Azure OpenAI Custom endpoint (GPT-5)
- Images: Azure DALL-E 3
- API keys managed via .env (not committed)
- UI key management enabled (CAN_CHANGE_KEYS=true)

Services started:
- Nginx (port 80) - reverse proxy
- Next.js (port 3000) - frontend
- FastAPI (port 8000) - backend API
- MCP Server (port 8001) - Model Context Protocol

Location: /opt/02-core/presenton/

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 23:03:18 +00:00
..
00-infrastructure chore: initial infrastructure setup with Syncthing, Git and documentation 2025-11-05 16:41:12 +00:00
01-security chore: initial infrastructure setup with Syncthing, Git and documentation 2025-11-05 16:41:12 +00:00
02-core feat: add Presenton AI presentation generator with Azure OpenAI integration 2025-11-05 23:03:18 +00:00
03-business chore: initial infrastructure setup with Syncthing, Git and documentation 2025-11-05 16:41:12 +00:00
04-tools chore: initial infrastructure setup with Syncthing, Git and documentation 2025-11-05 16:41:12 +00:00
infrastructure-docs chore: initial infrastructure setup with Syncthing, Git and documentation 2025-11-05 16:41:12 +00:00
postiz-config chore: initial infrastructure setup with Syncthing, Git and documentation 2025-11-05 16:41:12 +00:00
fix_odoo_pass.py chore: initial infrastructure setup with Syncthing, Git and documentation 2025-11-05 16:41:12 +00:00