This small app is intended for use on LAN, hence the low - to non existing - security features. Currently running on a Raspberry Pi in our local radio studio. All services hosted on the Raspberry Pi itself, running alongside mAirlist Radio Automation.
- Clone this repository
cd Docker-Radio-Display
- Create your .env file based on example in SRC.
docker build --tag radio-monitor-docker .
docker run -d -p 3000:3000 radio-monitor-docker
Not planning to rewrite. But note to POST data to this app..We use HTTP GET.. Smart for a newbie in 2022. Required for /post
- key=yourappkey Expected fields to update now playing:
- artist
- artist=Artist
- title
- title=Title
Example
HTTP GET: localhost:3000/post?key=yourappkey&artist=Artist&title=Title
Expected to update microphone - true/false
HTTP GET: localhost:3000/post?key=yourappkeyµphone=false
Expected to update Auto mode - true/false
HTTP GET: localhost:3000/post?key=yourappkey&automation=true
Buy me a coffee? :) https://www.buymeacoffee.com/mongstad