v0.3.1 - Script Enhancements & Documentation Updates
· One min read
Patch release with enhanced setup scripts for easier HTTPS/SSL configuration and comprehensive documentation updates.
Highlights
Easy HTTPS/SSL Setup
New interactive command for configuring HTTPS:
./opentranscribe.sh setup-ssl
This guides you through:
- Hostname configuration
- SSL certificate generation
- NGINX reverse proxy setup
- DNS configuration tips
New Management Commands
./opentranscribe.sh version- Check current version and available updates./opentranscribe.sh update- Update containers only (quick)./opentranscribe.sh update-full- Update containers + config files (recommended)
Documentation Improvements
- Comprehensive NGINX/SSL setup guide
- Updated docs for Universal Media URL support (1800+ platforms)
- Added garbage cleanup feature documentation
- FAQ entries for system statistics and transcript pagination
How to Update
Existing installations:
./opentranscribe.sh update-full
New installations:
curl -fsSL https://raw.githubusercontent.com/davidamacey/OpenTranscribe/master/setup-opentranscribe.sh | bash
Full Changelog
See the CHANGELOG for complete details.
