One thing you may have to do is change the network interface that the node.js instance is listening on. By default TiddlyWiki is only listening on 127.0.0.1; this means that only connections from your local computer will be able to view the wiki. If you would like to be able to view it from another computer on or outside of your network you will need to change the serve command so that it listens on 0.0.0.0 (essentially it listens on all interfaces)
--server 8080 $:/core/save/all text/plain text/html "" "" 0.0.0.0 On Friday, February 6, 2015 at 11:24:21 AM UTC-8, Austin Storm wrote: > > I'm a node.js neophyte. I can follow the instructions on node.js > installation and everything works, but I can't figure out how to map the > 127.0.0.1:8080 to my domain. > > I've attempted to follow the instructions from this stackoverflow question: > > > http://stackoverflow.com/questions/18070377/nodejs-want-to-map-domains-to-server > > But I'm missing something. Please help! > > Thanks, > Austin Storm > -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

