I currently run a personal wiki for some notes, recipes, and stuff. It’s set up using Wiki.js as the server. I’m the only regular user, and I feel like it’s a bit of an overkill.

Does someone have any suggestions for a more lightweight wiki server? I tried DokuWiki and mostly like it. But the UI is very old and dare I say, ugly. I love the UI of Wiki.js btw.

My main criteria is that it should be lightweight. I don’t need fancy editing features. Happy to work with raw html or markdown files.

I need some kind of permission management to hide some private wikis from the public, but otherwise I don’t really care.

  • marsokod@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    1 year ago

    I have been using Bookstack, I like it though it is missing a few features I would love:

    • you cannot insert a video in it
    • there is no possibility to comment on a particular text
    • the permissions management is only done with roles. That’s fine generally but I wanted to be able to share a specific page with a specific user, and for that I had to basically create a dedicated role for this use.
    • bluefishcanteen@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      Seconding Bookstack. I’ve embedded videos in it and I don’t recall anything special to do it. I also think there’s a way to comment on specific pages…mostly because I remember disabling that functionality.

      Agreed on the roles and permissions aspect though. It’s pretty standard to do that for bigger deployments, but it may be a bit overkill for a single user instance.

    • N0x0n@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      1 year ago

      Fossil looks really cool ! To bad they don’t approve a container setup ! They surely have their reason.

        • 𝘋𝘪𝘳𝘬@lemmy.ml
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          1 year ago

          Wow, they really hate the idea that everyone could just spin up a Docker container with their wiki software.

          • folkrav@lemmy.ca
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            1 year ago

            Eh, they just don’t pre-build and publish the image themselves. Why assume malice? 🤷‍♂️

            Btw, Fossil isn’t really a wiki software but a full on source control system a la git, with its own front end, that includes a wiki. It’s developed and used by the SQLite developers. It’s a single executable, so it’s pretty easy to run anywhere already, I assume they may just provide the Dockerfile for convenience…

            • 𝘋𝘪𝘳𝘬@lemmy.ml
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              Given this context it seems much more reasonable having such a complex and long instructions page on how to run it in Docker. This seems to be something you don’t just try and run simply for checking it out.

              I looked at the instructions it under the premise of “lightweight wiki server” and did not check in detail what this specific software is.

  • poVoq@slrpnk.net
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    Dokuwiki doesn’t have to look old, it is only the default theme that does. Just install a nicer theme and the Prosemirror addon and it looks and functions like any other modern wiki.

  • Shimitar@feddit.it
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    Using dokuwiki, just cut the cheese for me.

    Its “old” because it uses php, but its quite solid and doesn’t need a database, so all plus to me.

    There are cool and modern looking themes too.

  • lorentz@feddit.it
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I use https://mycorrhiza.wiki/ it is not very fancy but it is a single executable file and stores pages in a git repository, so no database is needed and doing the export is as simple as reading some files.

  • Eskuero@lemmy.fromshado.ws
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    It doesn’t cover permissions unless you are willing to setup http auth on your webserver but I really enjoy mdbooks. I looks clean and still is just markdown.

  • matcha_addict@lemy.lol
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Mkdocs fits your criteria imo. But if you want something more customizable, you could use the astro.build docs template

  • Helix 🧬@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    DokuWiki has themes. I’ve been using the bootstrap theme which is super old but at least does not look like the ugly default theme. You can find my wiki here.

    I didn’t find anything similarly lightweight yet apart from static site generators with Markdown files or ASCIIDoc.

    Something like wiki.js might also be worth a look.