feat: Add complete Docker deployment with web-based setup wizard
Major additions: - Web-based setup wizard (setup.php, setup_wizard.php, setup-wizard.js) - Production Docker configuration (docker-compose.prod.yml, .env.production) - Database initialization SQL files (deploy/init_settings.sql) - Template builder system with drag-and-drop UI - Advanced features (OAuth, CDN, enhanced analytics, monetization) - Comprehensive documentation (deployment guides, quick start, feature docs) - Design system with accessibility and responsive layout - Deployment automation scripts (deploy.ps1, generate-secrets.ps1) Setup wizard allows customization of: - Platform name and branding - Domain configuration - Membership tiers and pricing - Admin credentials - Feature toggles Database includes 270+ tables for complete video streaming platform with advanced features for analytics, moderation, template building, and monetization. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
35
.gitignore
vendored
35
.gitignore
vendored
@@ -1,29 +1,6 @@
|
||||
easystream
|
||||
vendor/
|
||||
node_modules/
|
||||
dist/
|
||||
coverage/
|
||||
tests/coverage/
|
||||
tests/results/
|
||||
|
||||
# Environment & local configs
|
||||
.env
|
||||
.env.local
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Runtime data
|
||||
f_data/cache/
|
||||
f_data/logs/
|
||||
f_data/sessions/
|
||||
f_data/uploads/
|
||||
f_data/thumbs/
|
||||
|
||||
# IDE/editor
|
||||
.idea/
|
||||
.vscode/
|
||||
*.code-workspace
|
||||
|
||||
# OS files
|
||||
desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
# Exclude temporary session files
|
||||
f_data/data_sessions/sess_*
|
||||
# Exclude cache files
|
||||
f_data/data_cache/_c_tpl/*
|
||||
# Keep setup complete marker out of repo
|
||||
.setup_complete
|
||||
|
||||
Reference in New Issue
Block a user