Flask + React web UI with audio player, podcast queue, feed management, episode browser, music library, schedule viewer, and log tail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
271 B
Bash
11 lines
271 B
Bash
# Local Radio Environment Configuration
|
|
# Override defaults here. Loaded by systemd services.
|
|
|
|
LOCALRADIO_BASE=/opt/localradio
|
|
|
|
# RSS poll interval in seconds (default: 300 = 5 minutes)
|
|
POLL_INTERVAL=300
|
|
|
|
# Download timeout in seconds (default: 600)
|
|
DOWNLOAD_TIMEOUT=600
|