this post was submitted on 03 May 2025
138 points (94.8% liked)

Selfhosted

60426 readers
205 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Since selfhosted clouds seem to be the most common thing ppl host, i'm wondering what else ppl here are selfhosting. Is anyone making use of something like excalidraw in the workplace? Curious about what apps that would be useful to always access over the web that aren't mediaservers.

you are viewing a single comment's thread
view the rest of the comments
[–] flop_leash_973@lemmy.world 4 points 1 year ago (1 children)
  1. Gitlab (version control)
  2. Bookstack (wiki)
  3. Joplin (not a webapp, but sync server)
  4. Semaphore (does all of my infra updating via Ansible)
  5. Uptime-Kuma (monitoring/alerting)

Been thinking about adding NextCloud mostly for the Google Docs/MS Office replacement at some point.

But honestly most of my stuff is just for me, my family prefers to to use whatever commercial thing is out there. So I tend to limit things to infrastructure type things that are of personal interest to me alone.

[–] blackstrat@lemmy.fwgx.uk 2 points 1 year ago (1 children)

Gitlab

This guy has a lot of memory in his server

[–] flop_leash_973@lemmy.world 1 points 1 year ago (1 children)

It is allotted 16GB out of the 62GB total that the host has. Which is the amount their docs call for in a 20 RPS or 1000 user scenario. Since I am the only one doing any commits or pulls, it does fine.

Does take its sweet time to reboot though. 😆

[–] blackstrat@lemmy.fwgx.uk 3 points 1 year ago (1 children)

Wow, I would never considering allocating so much memory to a single service I run at home.

[–] flop_leash_973@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

It is all running in a Proxmox cluster. 2 nodes have 62GB and one has 32GB. So while it is a good chunk. Not enough to bottleneck available RAM for other things in the cluster.