this post was submitted on 10 Jul 2023
20 points (95.5% liked)

Selfhosted

39262 readers
324 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I have a self hosted media server, and I want my family to use it more so I don’t have to do everything for them. I think the best way to do that is to have a wiki available on the local network where they can see a reference of how to use things. What is the best way to accomplish this?

I’m running Ubuntu Server.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 year ago

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.