@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 127.0.0.1 is known as the loopback address, its your pc/laptop local default address. Everyone else in world sees thier own local pc....

When you need people elsewhere to see your website you need a non-local address, and this is either 4 or 6-digit set of numbers, or is associated with domain name.

SO you probably will need domain name, which points at hosted server - your pc could get different address each time u join network. #awooga any questions?

@awooga @drwho thanks. I knew that 127.0.0.1 was just the local host. Figured I'd need to get a domain name for myself.