video-accessibility/scripts
Vadym Samoilenko 4edd4da0b2 fix(deploy): optical-dev deploy script and Apache config ready for production
deploy-dev.sh:
- BUILD_SERVICES now includes tts-worker, ffmpeg-worker, whisper-worker (enabled
  in docker-compose.optical-dev.yml via USE_CELERY_FALLBACK=true)
- ensure_apache_modules(): enables proxy, proxy_http, proxy_wstunnel, rewrite
- Apache fragment: WS proxy (ws://) placed BEFORE HTTP /api/ proxy (required
  for correct longest-match precedence in Apache)
- Added ProxyTimeout 600 (10 min) and LimitRequestBody 2147483648 (2 GB) for
  large video uploads; disablereuse=on for WS pool correctness
- Fragment always regenerated on deploy (picks up PORT/WEBROOT changes)
- Logs command uses full $COMPOSE variable instead of hardcoded partial flags

deploy/apache-video-accessibility.conf:
- Static reference copy of the Apache fragment with inline comments explaining
  each directive

.env.production:
- Updated remaining ai-sandbox.oliver.solutions URLs to optical-dev.oliver.solutions
  (API_BASE_URL, COOKIE_DOMAIN, CLIENT_BASE_URL, AZURE_REDIRECT_URI, CORS_ORIGINS)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 11:24:40 +01:00
..
build-frontend.sh adjusted deploy scripts to NOT make a backup of front end when deploying new one 2025-10-10 12:27:21 -05:00
check_job.py chore: update check_job.py to dump full outputs structure 2026-03-03 11:23:46 +00:00
deploy-dev.sh fix(deploy): optical-dev deploy script and Apache config ready for production 2026-04-30 11:24:40 +01:00
deploy.sh fix: deploy.sh pull_code now works with monorepo structure 2026-04-16 11:50:20 +01:00
full-deploy.sh fix: add project_manager migration + add migration step to full-deploy.sh 2026-04-27 16:05:17 +01:00
mark-migrations-applied.sh add script to mark old migrations as applied 2025-12-22 13:26:51 -06:00
mongodb-init.js fix: add rendering_video status to MongoDB schema validator 2025-12-27 08:40:23 -06:00
replace_cue_voice.py chore: add one-off script to regenerate AD cue TTS with different voice 2026-03-03 10:58:18 +00:00
run-local.sh added MSAL microsoft authentication 2025-10-10 09:19:39 -05:00