Hi everyone - wondering what advice you can offer for building something like this. Ideally I’d like to create a simple wiki for creative projects (mostly for content in the DnD campaigns my group has run over the years) and give others editing access, but would prefer something free or low-cost (no more than $10 monthly would be nice). How might one go about doing this? Just bite the bullet and pay for hosting? Maybe use a service like Azure or Linode?

I should add, I would rather avoid Fandom/wikia pages since that platform is an ad-riddled mess and I dislike using it. Most guidance I’ve found online mentions fandom so I’m hoping for different opinions.

I’m moderately tech savvy but have never done self-hosting (though I’d give it a shot if it’s simple enough to build and keep secure). Thanks!

    • fartsparkles@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      6 hours ago

      Best answer here. Wikis have a much more complex syntax and templating if you’re trying to do visually appealing content whereas Obsidian with Canvas, Graph, and many of the plugins is so much easier to get up to speed with and add in crazy cool functionality.

      They offer hosting for $8 or $10 per month.

      You can also just use GitHub and do it all for free.

    • RAM@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      I do my personal wiki in markdown (with kakoune and kak-wiki), and then I convert to html using pandas :)

      converting to html, adds an extra step in order for people to edit the text, but it makes it easy to access and navigate :)