347
Voice control is dangerous
(lemmy.nz)
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
I spent a week trying to work out why my traefik instance wasn't forwarding http & Https traffic to any of my docker containers. By the fifth day I remembered that the week before I'd decided it would be a good idea to test locally before uploading to my vps, by adding my site URLs to my hosts file. (All except traefik: which meant I was able to access the dashboard and see all my routers online... I just couldn't reach any of them, with no logs for access etc... drove me insane.).
It was only until I tried accessing from my mobile that I realised what I'd done.
Should've known better, but that's the price we pay for "good ideas" at 2am.
I have definitely done similar things. Now you mention it, I remember adding a hosts file entry for testing recently and can't remember if I removed it. I just checked my laptop and two servers and didn't find anything weird so now it's gonna bug me.