Commit graph

15 commits

Author SHA1 Message Date
michael
78ece94513 added debug logging to process.php 2025-11-03 11:08:48 -06:00
michael
b8a34d8b48 moved to SPA auth architecture with MSAL.js in the browser 2025-11-03 10:50:40 -06:00
michael
b778276bd3 added debug logging 2025-11-03 10:39:52 -06:00
michael
97643dc9a9 put auth logic into index 2025-11-03 10:35:24 -06:00
michael
3b9f1c7524 fixed login redirect issue 2025-11-03 10:27:43 -06:00
michael
49bce41f6a update deploy script to be stricter about dependencies 2025-11-03 09:40:33 -06:00
Michael Clervi
0d54765bbe changed port from 5010 to 5011 for back end 2025-11-03 15:23:55 +00:00
michael
5e18714b6b removed git from deploy script 2025-11-03 09:14:35 -06:00
michael
68771ebeb1 revised deploy script so it does not pull from git 2025-11-03 09:08:56 -06:00
michael
d1710c3642 deploy script and service file 2025-11-03 09:00:18 -06:00
michael
7c8f6fb0d3 updated README 2025-11-03 08:45:12 -06:00
michael
5de2003aff added SSO login via MSAL and PKCE, ready for deployment (theoretically) 2025-11-03 08:41:27 -06:00
DJP
ee857e0358 Update README with comprehensive Apache deployment guide
- Added detailed Apache deployment instructions (not just MAMP)
- Step-by-step production deployment guide
- Apache virtual host configuration
- Systemd service setup for Python API
- PHP configuration for large file uploads
- Firewall configuration (UFW and Firewalld)
- SSL/HTTPS setup with Let's Encrypt
- File permissions and ownership setup
- Comprehensive troubleshooting section covering:
  - API issues
  - Upload issues
  - Transcription failures
  - Translation problems
  - Permission errors
  - Performance issues
- Monitoring and maintenance section
- Cron job for cleaning old files
- Updated file structure listing
- Added new features to feature list

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 13:44:37 -04:00
DJP
d78207b64c Fix VTT/SRT display and download functionality
- Display VTT/SRT content in formatted pre blocks on page
- Improved download button styling with better visibility
- Added content truncation for large files (10k char limit)
- Downloads now open in new tab for better UX
- Fixed session_start() duplicate warnings
- Added console logging for debugging
- Created check_api.php for API status monitoring
- Enhanced error messages with specific HTTP status codes
- API now returns full content for all formats
- Both original and translated files display inline

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 13:05:04 -04:00
DJP
846693b097 Initial commit: Voice to Text with Whisper & DeepL Translation
Features:
- OpenAI Whisper for audio transcription
- DeepL API for translation (30+ languages)
- Multiple output formats: TXT, VTT, SRT
- Flask Python API backend
- PHP frontend with black/gold theme
- Support for 350MB files
- Generates both original and translated files

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 11:54:39 -04:00