this post was submitted on 12 Jul 2025
28 points (96.7% liked)

Selfhosted

49406 readers
1005 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
 

I won a new grant (yaay!) and dipping my toes in the role of PI in my university. For now, I will have a PhD, a post doc and a couple of masters students in my team.

In all my previous labs, everything was on paper and very poorly documented (...don't ask). I myself used to use LaTeX to keep a "neat" labnote. Obviously, it is not easy to collaborate and work with others.

Any researchers here who have experience hosting their own e-lab book in their labs?

top 4 comments
sorted by: hot top controversial new old
[–] Holli25@slrpnk.net 3 points 7 hours ago

The group I did my PhD in used eLabFTW after I was gone. I heard only positive things and am trying to implement it in my current job (can not really selfhost as the IT department does all services). It should have a system to log experiments as well as have basic (maybe even more) inventory management. As far as I remember it dous not need any "big" hardware, so just using an older computer with a good backup strategy should work fine.

[–] SheeEttin@lemmy.zip 9 points 11 hours ago

If your university uses Office 365, G Suite, or a similar product, I would examine those options first.

[–] illusionist@lemmy.zip 5 points 9 hours ago* (last edited 9 hours ago)

It depends on what you guys do.

Markdown is very easy to use. It can be learned within a couple of minutes.

Do you calculate stuff? -> quarto

Modern, comprehensible latex? --> typst

Do you want trackable research? --> git

A git server (forgejo, radicle) can also be used to track issues. Or you may want to try openproject.org

Why is latex not easy to collaborate? Because others don't know it?

Idk if latex is optimal for note taking, or if others will warm to it if forced, but overleaf is obv collaborative though not selfhosted.

I’ve liked Outline https://www.getoutline.com/ and while I haven’t used it collaboratively, it really highlights that it’s a primary goal. It’s supposed to be a collaborative/dynamic wyswyg wiki thing. You need a SSO service like authentik or authelia for it, it doesn’t do login. But that’s good for security anyway!