this post was submitted on 10 May 2026
1 points (100.0% liked)

Self-hosting

4361 readers
11 users here now

Hosting your own services. Preferably at home and on low-power or shared hardware.

Also check out:

founded 4 years ago
MODERATORS
 

Hello everyone! I want to selfhost/publish my obsidian vault but can't figure out a good way to do it selfhostable way, I've seen a couple of projects that are intended to help with hosting obsidian as static website, but they are either outdated or suspicious looking. I've written up a small vault with guide on how to join and use matrix server that I've set up for my collective and hoped I could turn it into wiki of sorts

Any help and/or suggestions are appreciated!!!

top 6 comments
sorted by: hot top controversial new old
[–] lesley@mastodon.gamedev.place 0 points 2 weeks ago (1 children)

@rnope I use Quartz https://quartz.jzhao.xyz/. I also use an Obsidian plugin https://github.com/Enveloppe/obsidian-enveloppe to automatically upload parts of my vault to GitHub. Here is the final result: https://notes.lesleylai.info/

[–] RadDevon@lemmy.zip 0 points 2 weeks ago

Seconding Quartz, but I also wanted to share how I self-host all the services required. I self-host Forgejo and use obsidian-git to make it easier to push my vault changes to my self-hosted repo. The repo has a workflow that runs the Quartz build on any new commit, building to a location my web server points to.

It works pretty well. About 2 minutes after a change is pushed, the build with those changes is done and being served.

[–] fascicle@leminal.space 0 points 2 weeks ago (1 children)

I use grav for a site and have setup the folder as a vault for obsidian

[–] rnope@slrpnk.net 0 points 2 weeks ago

Ty! I will check it out :)

[–] shrek_is_love@lemmy.ml 0 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I've actually been pondering on a way to do basically the exact same thing. I just haven't decided how I want to select which pages to be published. (I don't want to publish everything)

I have tentative plans to do this with Astro, Caddy, and Nix. (My server runs NixOS so I want the entire setup to be declared using nix.)

[–] rnope@slrpnk.net 0 points 2 weeks ago

This looks really close to how I plan to do it, ty! Will look into it