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
This commit is contained in:
commit
51679d1943
254 changed files with 37281 additions and 0 deletions
21
.env.example
Normal file
21
.env.example
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# SoundWave Configuration
|
||||
SW_HOST=http://localhost:123456
|
||||
SW_USERNAME=admin
|
||||
SW_PASSWORD=soundwave
|
||||
ELASTIC_PASSWORD=soundwave
|
||||
REDIS_HOST=soundwave-redis
|
||||
ES_URL=http://soundwave-es:92000
|
||||
TZ=UTC
|
||||
|
||||
# Optional settings
|
||||
SW_AUTO_UPDATE_YTDLP=true
|
||||
DJANGO_DEBUG=false
|
||||
|
||||
# Last.fm API (for metadata and artwork)
|
||||
# Register at: https://www.last.fm/api/account/create
|
||||
LASTFM_API_KEY=6220a784c283f5df39fbf5fd9d9ffeb9
|
||||
LASTFM_API_SECRET=
|
||||
|
||||
# Fanart.tv API (for high quality artwork)
|
||||
# Register at: https://fanart.tv/get-an-api-key/
|
||||
FANART_API_KEY=73854834d14a5f351bb2233fc3c9d755
|
||||
Loading…
Add table
Add a link
Reference in a new issue