Hi Jeremy, Thanks for answering. I gathered as much. An even easier solution would be to just have common html redirects from "dummy folders", redirecting like this:
from: http://adomain.org/TiddlyWiki/(index.html) to: http://adomain.org:8081/ That is faster than figuring out how to set up reverse proxies. So I'll be trying this out soon. Best, Iannis Zannos On Thursday, April 17, 2014 11:04:49 PM UTC+3, Jeremy Ruston wrote: > > Hi iani > > You are correct; to run multiple TW instances at the moment you need to > run multiple instances of the node.js app, each on a different port. It > would be hard to arrange things so that a single instance of the Node.js > app serves multiple wikis at once because each wiki may need different > plugins. > > I'm not at all experienced with this kind of thing, but I know it is > possible to set up reverse proxies so that eg myserver.com/app_a and > myserver.com/app_b are mapped to myserver.com:8000 and myserver.com:8001. > > Best wishes > > Jeremy. > > > > > > > > > On Thu, Apr 17, 2014 at 7:43 PM, iani <[email protected] <javascript:>>wrote: > >> >> Hello, >> >> is it possible to host several TiddlyWikis with one node.js application >> running on one server? At present, it seems to me that each node.js process >> listening to one port is serving only one TiddlyWiki. So if you have one >> Wiki served at: >> >> ~/Sites/TiddlyWiki1/... >> >> available at 127.0.0.1:8080 >> >> then, to serve also a different wiki, say >> >> ~/Sites/TiddlyWiki2/... >> >> you would have to open a separate server on a different port. What are >> the currently available alternatives? >> >> I strongly prefer the Node.js TIddlyWiki version because the separately >> served tiddlers can be edited or viewed by plain-text editors, making the >> content more easily retrievable. >> Cheers, >> Iannis Zannos >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/tiddlywiki. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Jeremy Ruston > mailto:[email protected] <javascript:> > -- 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.

