The host parameter tells TiddlyWiki which IP address of the computer that you want to listen on. So if you are connected to a wired network and a separate wireless network, you can specify which IP address you want to listen on and computers can only access it from that IP address. If you set it to 0.0.0.0, it will listen on all available IP addresses on the computer.
By computer, I am referring to the computer you are run the node tiddlywiki.js command on. Hope that helps. On Fri, Jul 7, 2017 at 8:21 PM, Arlen Beiler <[email protected]> wrote: > You need to set the host parameter. I believe it is 127.0.0.1 by default. > This means it will only listen on localhost. I normally set it to 0.0.0.0 > to listen on all available IP addresses. > > On Fri, Jul 7, 2017 at 8:12 PM, StephanF <[email protected]> wrote: > >> Hi everyone >> - dual boot laptop running the ubuntu side >> - internet connection is via comcast personal (not business) dynamic ip, >> netgear router, wifi, with port forwarding enabled to the laptop's internal >> ip >> - sample node.js version wiki created and running, works just fine via >> localhost on the same machine. >> - fails to load from a different machine (tablet connected to same wifi >> router, smartphone via cell network) directed to the router's external ip >> number. Need this behavior to be able to update the wiki from any machine >> anywhere on the web (assuming I leave my laptop at home running tiddlywiki >> --server) >> - attempts to use any combination (with appropriate changes to port >> forwarding settings on the router) of the port and/or host (blank or set to >> router's external ip) parameters of the --server command generate an error >> (EADDRNOTAVAIL) so the server fails to start. >> - other simple server code running on node.js (hello World!) works just >> fine from tablet (same router) or phone (different provider, etc) >> >> what am I missing? >> >> Thanks in advance! >> Stephan >> >> -- >> You received this message because you are subscribed to the Google Groups >> "TiddlyWiki" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/tiddlywiki. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/tiddlywiki/8ff2eb62-4d96-4206-88d6-5e4b75110f90%40googlegroups.com >> <https://groups.google.com/d/msgid/tiddlywiki/8ff2eb62-4d96-4206-88d6-5e4b75110f90%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSSnj1ivVG81gPQ-wEKE_eK_jWTZ_q%3DYsQo-KN741A2EJg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

