jeremymuller
I have an art project where I'm running a Nodejs server on a Raspberry Pi 4, I have that connected to a local router (no internet access) via ethernet cable to create a WLAN. I have several mobile devices I connect to the router and then to the server in a browser because I know the IP address. Is there a way to make a custom domain name on the Pi so I don't have to remember 192.blah.blah.blah? And I'm not worried about conflicts with websites on the internet since this is a local network with no internet access. I assume there's some conf file I need to edit? Thanks for any help