this post was submitted on 20 Aug 2023
40 points (97.6% liked)

Selfhosted

42535 readers
579 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 2 years ago
MODERATORS
40
What wiki? (lemmy.ca)
submitted 2 years ago* (last edited 2 years ago) by avidamoeba@lemmy.ca to c/selfhosted@lemmy.world
 

I saw a mention of Wiki.js today and I looked at the landscape of wiki software. There's plenty to choose from. What do you host?

Update

Thanks for all the opinions. I tried both Wiki.js and DokuWiki and I found that both can save data as .md files. I think I'll go with Wiki.js for now.

all 24 comments
sorted by: hot top controversial new old
[–] slippery_salmons 17 points 2 years ago (1 children)

Dokuwiki personally, wiki.js at work.

I prefer dokuwiki and how everything's just a text file.

Wiki.js looks more modern. I wouldn't want customer facing documentation in Dokuwiki.

[–] Bakkoda@sh.itjust.works 2 points 2 years ago

Second Dokuwiki. It's just too easy, flat files and it takes up almost no room.

[–] poVoq@slrpnk.net 9 points 2 years ago (1 children)
[–] tjhart85@kbin.social 1 points 2 years ago

Love Bookstack!

The dev has also got a PeerTube instance spun up:
https://foss.video/

[–] conrad82@lemmy.world 7 points 2 years ago (2 children)

Currently using Silverbullet ( https://silverbullet.md ).

I like that it has offline mode and everything is in .md files, and it is a combined edit and view mode. The home page us editable, but doesn't sync back - if you want to test it

It has a pretty powerful query function, to autogenerate lists of tasks or files

[–] Jamie@jamie.moe 1 points 2 years ago

Reminds me of Obsidian, which is what I use for notes. But obsidian isn't selfhosted. I might actually host a copy of that because it's cool

[–] clmbmb@lemmy.dbzer0.com 1 points 2 years ago

I use Silverbullet too and have set the same directory as my vimwiki path, so I can edit my files in the terminal if I want, but also in the browser. Never had issues with it.

[–] jonas@fedilemmy.net 6 points 2 years ago (1 children)

I am currently using DokuWiki via Docker Container. It's simple and works flawlessly

[–] lckdscl@whiskers.bim.boats 4 points 2 years ago (1 children)

+1 for Dokuwiki. It's simple and fast, has a flat file storage, and a nice syntax.

[–] ThiefUserPermissions@lemmy.myserv.one 2 points 2 years ago* (last edited 2 years ago)

Also love dokuwiki

[–] Drewelite@lemmynsfw.com 6 points 2 years ago* (last edited 2 years ago) (2 children)

Might not fit exactly with what you were thinking, but I use Obsidian for notes and it's built in 'wiki-style' links make relating knowledge really easy. I use git to sync across devices.

[–] Tywele@lemmy.dbzer0.com 2 points 2 years ago* (last edited 2 years ago)

I also use Obsidian but I use Syncthing to sync between devices instead.

[–] bnjmn@lemm.ee 2 points 2 years ago

I use Obsidian for notes too. Recently, I've been playing with Starlight (based on Astro) for notes that I want to put on the web. It supports .md & .mdx files so creating a page is pretty much just copy + paste. Haven't gotten around to self-hosting it yet though

[–] Bristlerock@kbin.social 4 points 2 years ago

I used Linuxserver's Docker container of Dokuwiki when I migrated my notes from Evernote a few years ago. It was easy to setup and configure, has a number of plugins that further improve it, and it did the job really well.

I ended up migrating it all to Obsidian this year, as it serves my needs better, but otherwise I'd still be using Dokuwiki.

[–] walden@sub.wetshaving.social 3 points 2 years ago

I'm interested in what people have to say!

I recently copied over a reddit wiki to Wiki.js. I had to watch a couple of tutorials, but in the end it's really simple. It uses the headers for whatever you type to automatically make clickable links.

Is that common for wiki software? I don't know.

The only thing that I'm trying to decide if I like is the 3 column navigation. Far left is the top level subjects, then there's a second column of navigation for the current section, and finally the 3rd "column" is all of the wiki text.

[–] cmeerw@programming.dev 2 points 2 years ago (1 children)

Been using phpwiki for the past 20 years or so.

[–] outcide@lemmy.world 1 points 2 years ago* (last edited 1 year ago)

Wow, that’s a blast from the past. I had no idea phpwiki is still around!!

[–] Treczoks@kbin.social 2 points 2 years ago (1 children)

I run several instances of mediawiki. Sometimes I curse the programmers for being jockeys (next to no usable documentation, every update breaks something), but at the end of the day it's easy and works.

[–] nix@merv.news 1 points 2 years ago* (last edited 2 years ago)

When i figure out how to hide ip addresses from logged out users and how to implement the short url so it doesnt show index.php on my url ill finally be able to finish launching my wiki on mediawiki.

But yeah like you said there’s barely documentation and its really hard to get a reply on the support page

[–] vegetaaaaaaa@lemmy.world 2 points 2 years ago
[–] ABeeinSpace@lemmy.world 1 points 2 years ago

I run Outline. Originally I was looking for a drop in Notion replacement, but it isn’t quite there yet.

I still run it because the stack was a bear to deploy, so I wanna get some use out of the product (Redis, Outline itself, Postgres, and MinIO or AWS). It is a good product, it’s just lacking some features that I use in Notion

[–] Noah@lemmy.federated.club 1 points 2 years ago

Outline is pretty neat

[–] TableCoffee@lemmy.ca 1 points 2 years ago

I'm using Bookstack for myself as well as for work and I love it. It may not have all the features some of the others mentioned here do but there is beauty in its simplicity. It gets out of my way but still has a few power user features.