Website service over LAN on macOS Venutra—Jekyll RB's server
I work on websites processed using Ruby Jekyll (a flat-file site processor) that can, in testing out revisions, spin up a web server to host the website. It helps to access this server across my LAN on different devices to see how websites display on those devices.
I could do this easily on macOS Sierra and High Sierra. Finally updated my development box to Ventura, and now have regrets. Lol.
I feel like I'm missing something. It works fine if I run the Ruby Jekyll commands to spin up the server, and I can access it on the development box (macOS Ventura) at 127.0.0.1:400 or Bonjour-Name.local:4000.
But none of my other devices on the LAN can access it.
I believe in High Sierra, under sharing, there was a Web Sharing option that, if turned on, would open up the ports and server on the LAN.
I checked the Firewall—it's off—but it seems to have no settings for handling this.
I'd prefer not to get into ipconfig and what-not, or editing /etc/hosts—am I missing something obvious from High Sierra to Ventura on this?
(I did look at the "how to set up a web server in Ventura" posts, but those are all Apache servers, and this is a Ruby-based server—not Apache.)