Hello everyone,
I am playing with TiddlyWiki now for about two weeks. And it works really nice on the SharePoint page at work (as .aspx) and works well locally inside the DesktopApp, through the RubyScript and so on. But I would like to put it on my web server, so I can access it
from any location. Home, Work, mobile phone.
I managed to run it via the built-in TiddlyWiki server NodeJS component thingy by executing
`tiddlywiki personal --init server` and then serving this on a custom port. Works nice. But at some point I ended up with "I maybe want to put my journal into a separate isolated TiddlyWiki". Unfortunately, I was not able to run two files from the same Tiddlywiki server. The server takes only one directory or one file.
Then I tried TiddlyServer which is cumbersome to set up because of not well written documentation. Took quite some time and trial and error to get through it. This is the closest solution I have found to get password protected wikis. The HMI / Website though is not pretty.
Are there any other solutions on how to serve multiple wikis from the same server instance? I am asking because my ports I can open on my hosting provider are limited, and I do not want to open 2,3,4 or 5 ports for multiple subdomains.
Thanks for any help.
If this has been asked and solved before, sorry, but I was not able to find it.
-- Carsten