@drwho I hope you'll pardon me a very basic computer question. I've been playing around with Huginn recently (heard about it from you, actually). I've got it up and running and I can access it via 127.0.0.1, but I'm trying to set up url for it. Do I need to register a domain name for Huginn running on an Nginx server on my personal computer? Again, apologies if this is really silly, but I am a mere biologist.

@brownmattb @drwho To help think about why you should not give a name to 127.0.0.1, it already has a name your computer will respond to: "localhost". Only your own computer can see this address.

Beware of addresses beginning with 10.0 and 192.168 (e.g. 10.0.0.1 and 192.168.0.1) because these are reserved for local networks. Computers can communicate over these addresses, but they are local to your own home/office. You can't use these over the internet.

@jmorrice Sorry this too me so long, but thanks for the info. I managed to solve the issue I was having, but I didn't know that stuff about 10.0 and 192.168 addresses. Thanks for taking the time to help a neophyte.
@brownmattb Np - I love helping newbies