bkohler93/home-media ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple home media app that I can run with Docker Compose.
I want a backend that lets me store and stream videos from my own machine, plus a small web app for browsing and playing them in the browser. Make it easy to upload files and show a clean list or library view of what is available. Keep it focused on local use, not a big public service.
Please set it up so it works from a .env file based on the example file, and make the Docker setup easy to start, rebuild, and view logs. For video support, assume uploads need to be mp4 with h264 video and aac audio, and if needed include a simple note or helper for converting other formats before upload.
If anything is unclear, look up current docs online if you need to, but keep the app lightweight and practical for a home setup.
Are you gonna build this?
make sure you review the code using coderabbit