Introducing TiddlyPWA: putting TiddlyWiki on modern web app steroids
Introducing TiddlyPWA: putting TiddlyWiki on modern web app steroids
val.packett.cool
Introducing TiddlyPWA: putting TiddlyWiki on modern web app steroids - Home of Val Packett
I made a thing! If you know TiddlyWiki but haven't managed to adopt it due to the whole storage/saving/syncing stuff this thing might be for you!
I used this probably more than 10 years ago at this point - the original file still works perfectly. Does anybody have experience self hosting a private tiddlywiki? I'd like to be able to edit from anywhere but have it private. Obviously the post is one way of doing this, just wondering if there is a simple way of doing it with nginx or similar?
Most of mine I just move around with Syncthing and I use either the Firefox saving plugin (Timimi) or the iOS app Quine, to view/edit them.
One of them I host on Tiddlyhost, a tiddlywiki hosting service. https://tiddlyhost.com/
The modern Tiddlywiki, TW5, can be run as a node app instead of a single file. Like, you can decompose an existing single-file wiki into a node app, or you can save the node app as a single-file tiddlywiki, seamlessly. So you can just run the node app behind nginx. That leaves open the problem of privacy though -- you could handle that through http basic auth in the nginx server. https://tiddlywiki.com/static/TiddlyWiki%2520on%2520Node.js.html
There's also a whiz-bang super-cool thing called "TWBob" which is a webapp which can host multiple tiddlywikis and do authenticated multi-user editing (!). I've used it in the past where I had a wiki I needed multiple people to be able to see and edit in real time. https://github.com/OokTech/TW5-Bob
Do you know whether your tiddlywiki is tiddlywiki "classic" (as the original is now called) or tiddlywiki 5? That makes a difference, classic doesn't have nearly as many options as 5.
Mine would most certainly be a classic one, though I'd most likely just start a new one tbh!