Commit Graph

5 Commits

Author SHA1 Message Date
thecyberlearn
648bd0e68e Fix health check endpoint - resolve 301 redirect issues
- Add missing redirect import in core/views.py
- Remove broken AgentFileService dependency from health check
- Clean up duplicate imports
- Health check now returns HTTP 200 OK instead of 301 redirects
- Fixes CapRover health check failures
2025-09-06 11:07:18 +05:30
thecyberlearn
5ec22c0487 Add Dokploy deployment configuration with Neon database
- Add docker-compose.yml for Dokploy deployment
- Add Dockerfile optimized for production
- Add nginx.conf for SSL and reverse proxy
- Update Django settings for ai.quantumtaskai.com domain
- Add Neon database configuration
- Add deployment guides and environment generators
- Remove CapRover specific files
2025-09-06 10:18:24 +05:30
thecyberlearn
91ff42ef23 Fix missing template references in core views
Update homepage_view and digital_branding_view to redirect to agents marketplace instead of rendering deleted templates. Remove unused AgentFileService import.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 09:09:33 +05:30
thecyberlearn
cb638d3b6f Fix django-ratelimit imports in all view files
- Comment out django-ratelimit imports and decorators in:
  - wallet/views.py
  - agents/api_views.py
  - agents/chat_views.py
  - core/views.py
- This resolves ModuleNotFoundError preventing Django startup
- Temporary fix until Docker dependency caching issue is resolved

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 08:40:13 +05:30
thecyberlearn
b0e8c917ef Initial clean CapRover deployment - no secrets
Complete Django AI agent marketplace with security optimizations
and clean deployment documentation without any API keys or secrets.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 10:50:55 +05:30