--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/Q-U87Gol31c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bdb59527-091e-42b5-9274-bf6ee5344ba6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I would highly recommend looking into running TiddlyWiki on Node.js. I tried using store.php, however I think running it through node is much better. I am also proxying that through apache to add SSL. Seems the most stable configuration that I have tried so far.
3. node.js + standalone (=> best of both?)
- should possibly be called "experimental" => use with mucho care-o
- backups?
- store.php
- requires "just" php => very common, plenty of free options
- operates on a per wiki basis
- basic autentication
- does backups
Right now, to me, there's really just one option I would use.Best wishes,— tb--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bf22bc61-20e4-49e7-9ed0-c4c560dfe537%40googlegroups.com.
I don’t think that’s quite right. I and other people use TiddlyWiki under Node.js every day. I think that the issue is that we don’t have all the parts for multi-user editing, but that’s not quite the same as saying that it’s an experimental configuration.
With the Node.js configuration, Git is a pretty handy way of managing backups.