Initial commit, prod ready

This commit is contained in:
2026-02-22 23:18:57 -05:00
commit 0d03be47a0
41 changed files with 5623 additions and 0 deletions

5
backend/.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Path to your Plex music library folder
MUSIC_DIR=/mnt/media/Music
# Optional: restrict CORS to your frontend URL in production
# FRONTEND_URL=http://your-server-ip:5173