Signal Strength App

Want to write your own code to work with a HDHomeRun or work with the HDHomeRun DVR? We are happy to help with concepts, APIs, best practices.
Rojma
Posts: 4
Joined: Fri Sep 01, 2023 6:00 pm

Re: Signal Strength App

Post by Rojma »

petelombardo wrote: Thu Jan 29, 2026 7:34 am
Rojma wrote: Wed Jan 28, 2026 5:25 pm
petelombardo wrote: Tue Oct 28, 2025 12:05 pm I have Android devices that work in the Android ecosystem, so I have been missing the HDHomeRun Signal app. I vibe coded the following to fill the gap. Run it in docker somewhere on your network (like a Raspberry Pi) and then you can tune from anywhere.

https://github.com/Petelombardo/hdhomer ... /README.md
Thanks for the great Docker image. It's working great in my environment. I have a question. In your docker compose example, you have a parameters/variable that I am wondering what it's for:

NODE_ENV=production

Also, you have a volume mapping (/etc/localtime:/etc/localtime:ro). What is that volume mapping used for?
Thank you for the feedback!

Both of those settings are extraneous at this time and can be safely omitted from the docker-compose.yml.
Thanks for the reply. I did omit them and it worked so that's why I was wondering what they were for. BTW, I am running it on UnRaid. UnRaid doesn't use Docker compose and instead uses some Docker templates that are unique to UnRaid. I created a template for this app. I will see if I can get it added to the UnRaid app store.

Post Reply