this post was submitted on 06 Jun 2026
13 points (100.0% liked)

Selfhosted

59685 readers
1131 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

cross-posted from: https://discuss.online/post/40841668

Been working on building a wiki over a number of months, but realize it is a ton of work. My goals are:

  • No Database, just files and folders for Dokuwiki
  • Get the experience to feel accessible and fun for users.
  • Make the wiki into something users can save locally and access offline.

The wiki coincides with various DIY and open source projects I'm experimenting with. Thought I'd share here, since this is about the extensions I'm actually using within Dokuwiki. Would love to add more, but just need them to work in daily use first.

Plugins in use:

  • SMTP, so users receive their login credentials.
  • Templator, for treating pages as templates for re-use.
  • Include plugin, for using pages within pages to organize content.
  • Open Document plugin - For export as odt
  • Pagelist, which I'm still learning for organizing tables.
  • Move plugin - for moving location of pages without breaking links.
  • Wrap plugin, for centering images and code blocks.
  • Tag, for adding tag browsing between page.
  • Footer, for clarifying info displayed at bottom of pages.
  • Catmenu, adds a clean, simple tree menu for the page being viewed.
top 1 comments
sorted by: hot top controversial new old
[–] kiol@discuss.online 1 points 4 hours ago

Are others running Dokuwiki in production? Would much appreciate suggestions for setting up a nice wiki flow. Right now there is probably a lot of improvements to be made in terms of indexing and otherwise organizing content. I find the plain text syntax takes a while to wrap the brain around since it isn't markdown, but certainly fun to experiment with.