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!

  • @christophski@feddit.uk
    link
    fedilink
    English
    3
    edit-2
    11 months ago

    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?

    • @sorchist@beehaw.org
      link
      fedilink
      English
      111 months ago

      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.

        • @sorchist@beehaw.org
          link
          fedilink
          English
          111 months ago

          The zero effort way to go would be to start out with a private wiki on tiddlyhost. If you decide you need to go further in self hosting it’s easy to do, but you might as well just get started without effort and make sure you enjoy using TW.

          My only complaint with tiddlyhost is that when I switch computers it tends to log the old computer out and I have to re-log in.