Assume the following: you create multiple small projects (egs. Web-based calculator, chat bot, etc) and host them on a machine or two available on the same subnet. Now you want to give others access to them on your local area network, how do you do this? Are you using Apache as a single point of contact and proxying all requests to the relevant app? Are you listing these in your DHCP server (eg pi-hole)? Is there a much simpler way?
Thank you for your help.