I recently migrated my ChannelsDVR setup from a Windows machine to a RaspPi server (running in podman). I have almost everything setup that I can think of except for allowing remote streaming.
I did manually setup a port forwarding rule but then I quickly realized that connecting to that port from "outside" (my phone on LTE) would simply show me the admin homepage without requiring any logging in or anything.
It looks like the current setup is that both HTTP and HTTPS are served over a single port (I'm guessing the server sniffs the packet to see if it's supposed to be HTTPS). Is there any way to filter out HTTP from coming through my router and only doing authenticated queries? Otherwise... I REALLY don't feel comfortable with that forwarding rule.