I run a couple tiddlywikis in the same server by using nginx in front of them. Each tiddlywiki runs normally in a different local port that is not reachable from the internet and nginx is configured to:
- Add SSL - Proxy traffic to the corresponding tiddlywiki - Add HTTP basic authentication Take a look at the reverse proxy docs <https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/>. On Friday, 18 June 2021 at 23:49:58 UTC+2 Carsten wrote: > > 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 > > > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/41f20a94-6baf-4ea6-ae47-679943e2d939n%40googlegroups.com.

