Commit graph

7 commits

Author SHA1 Message Date
Iulian
9bdce32219 Fix CORS configuration for PWA offline caching
- Add CORS_ALLOWED_ORIGINS environment variable support in Django settings
- Use environment variable in docker-compose.yml (no hardcoded domains)
- Update .env.example with CORS configuration documentation
- Add comprehensive PWA offline debugging guide

SECURITY: Private domains should be set in local .env file, not in repo
2025-12-24 01:26:00 +00:00
Iulian
0be38ca945 Fix CORS configuration for PWA offline caching
- Add CORS_ALLOWED_ORIGINS environment variable support in Django settings
- Update docker-compose.yml to include CORS origins (HTTP, HTTPS, custom domain)
- Add comprehensive PWA offline debugging guide
2025-12-24 01:20:41 +00:00
Iulian
446125cc76 publish DOCKER_IMAGE_FIX 2025-12-23 23:46:11 +00:00
Iulian
e0c66f980f Fix ElasticSearch permissions - use named volumes instead of bind mounts 2025-12-17 00:10:15 +00:00
Iulian
30eb5070c0 Fix .env.example - correct port from 123456 to 8889 and ES port from 92000 to 9200 2025-12-16 23:58:20 +00:00
Iulian
a36352bfcf Update for Docker Hub deployment - users can now pull pre-built image 2025-12-16 23:53:42 +00:00
Iulian
51679d1943 Initial commit - SoundWave v1.0
- Full PWA support with offline capabilities
- Comprehensive search across songs, playlists, and channels
- Offline playlist manager with download tracking
- Pre-built frontend for zero-build deployment
- Docker-based deployment with docker compose
- Material-UI dark theme interface
- YouTube audio download and management
- Multi-user authentication support
2025-12-16 23:43:07 +00:00