Added detailed troubleshooting section for the nginx configuration
issue that caused 404 errors for GIF files.
Changes:
- Added new troubleshooting subsection: 'GIFs return 404 but files exist'
- Documented the nginx regex problem and solution
- Included before/after nginx configuration examples
- Explained negative lookahead regex pattern
- Updated Docker image digest to latest version
- Added latest commit reference (bc688e5)
This helps future admins understand and debug similar nginx routing
issues where static asset caching interferes with backend proxying.
Co-Authored-By: Auggie
Created detailed documentation for regenerating GIF preview images
in production environment.
Guide includes:
- Problem description and symptoms (404 errors for GIF files)
- Three different regeneration methods:
1. Web UI tool (easiest, no terminal needed)
2. Docker environment variable (automatic on startup)
3. Direct API endpoint (for advanced users)
- Step-by-step instructions for each method
- Expected results and what gets created
- Troubleshooting section for common issues
- Technical details about GIF generation
- Maintenance procedures
This guide helps admins quickly resolve the production deployment
issue where GIF files don't match video UUIDs.
Target audience: System administrators and developers deploying
to production.
Co-Authored-By: Auggie