Check out Bookstack. It's a brilliant piece of software that gets out of your way and has a modern look and feel that your family members will like and appreciate. The challenge will be to get them to use it instead of going straight to you. They may find themselves inconvenienced by having to go to a self-help resource. That's a them problem and not a you problem though.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
+1 for bookstack. Dokuwiki is also a good choice if you want something simpler, but it also doesn't look as nice.
If you have docker installed then you can easily use WikiJS
++for WikiJS!
Sadly, still no clipboard pasting of images
Maybe in v3 🤷🏻♂️
I hope that there will be an update soon
I like Wiki.js but updates seem slow and not all that feature packed either. It's had placeholders in the admin side of things for what seems like forever.
I agree and this is what was critisied the last time on his blog. See the comments
The comments are interesting and yeah, it's very much looking like one of those passion projects that'll never see the light of day at this rate.
I hope that it will get a release this year. On GitHub there is activity visible
I've been using Tiddly Wiki for years now.
It's just a single file, so no need for a dedicated container!
I remember using tiddly wiki a long time ago. Do you still prefer it over other solutions? I feel like my tiddly wiki would be too large of a file by now to be manageable, but I'm not really sure.
It's only a few hundred pages and still works well enough I haven't felt the need to move to anything new.
What're you using to sync your TiddlyWiki? From your last comment, I started playing around with tiddlywiki again and the first hurdle I ran into is how to sync it between multiple devices. https://noteself.org/ looks interesting, but doesn't seem maintained anymore.
I don't actually sync it, I have it on my LAN web server along with my home page etc...
Do you use the nodejs server or something else to save updates? I guess tw calls them savers. I'm trying the nodejs version now and it seems alright, the auto saving is a lot faster than I was expecting
I use the store.php method. Works fine for my use case.
I'm currently running Dokuwiki as a Docker container, which has a built-in editor, good admin web-ui panel, easy ways to add multiple users, and also baked in access control rules so some can edit certain pages. It is also flat-file so no storing plain text in a database, so you can backup and migrate easily.
There are a lot of alternatives, but Dokuwiki is quite mature, and has that familiar Wiki look that your family might appreciate, rather than it looking like boring/corporate software documentation.
It really mostly depends on if other family members will need to edit the wiki.
- If they'll be only reading dokuwiki might be best - even a single frontpage with all the info nedded.
- If they will be editing then bookstack is way more friendly for non-technical people as is had a full WYSIWYG editor and you don't have to bother with markdown.