I keep feeling frustrated as valuable knowledge for my different hobbies over the last years became siloed away in corporate social media. I believe wikis could be a way out, but can we have decentralized, federated wiki software that can kind of talk among each other?
I’ve used Gitit for that. The backing store is Git so all git’s distributed VCS capabilities are there too. If you run Debian, apt install gitit should set it up for you.
Git seems to be a good way to approach this. It’s funny that I never really had to get around to what Git actually is (some thingy to store files for programmer teams?). For a somewhat technophile but non-IT person it’s all a bit overwhelming.
Yeah, git is complicated and having a synchronized gitit across multiple servers would be kind of a pain to set up. Maybe someone could package that to make it easier. Or Lemmy could add a federated wiki just like Reddit has a wiki.
It occurs to me, you could also look at Fossil (fossil-scm.org). It is also mostly intended as a VCS, but it has a wiki built in, and it is quite easy to set up. Again though, idk about the setup for keeping multiple servers synchronized.