this post was submitted on 17 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

I want a personal wiki server that I can run on my computer locally so I can view the wiki in my web browser.

Requirements:

  • simple setup (static executable with embedded database, like SQLite)
  • the posts are made of markdown files (or modified markdown syntax)
  • I want to edit markdown files with vim, the server should just render files
  • really good search support
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (2 children)

Dokuwiki is my choice.

  1. There is no database, all flat file just in folders, love this. When my infrastructure is down, at least I can still get to my notes so I can fix it

  2. Its markdown but not exact markdown, but no DB makes it worth that pain. You can for sure edit via vi, finding the files is a little harder though

  3. I use search both in the gui and with a cli tool, and both work great!

[–] [email protected] 1 points 11 months ago

I want to second Dokuwiki. It is a step up from text files in a folder, easier to install and maintain than Jekyll (I am a big fan of Jekyll but have a deep-seated hate for Ruby). When compared to all the other wikis it is by far the easiest to install, maintain, and move to another server.

Dokuwiki is all text files and a version of markdown, the files can easily move to another markdown system.

[–] [email protected] 1 points 11 months ago

Another vote for Dokuwiki. All flat files, and no db. Also can run as a portable app on Windows, so you can bring it to work on a thumb drive.