this post was submitted on 18 May 2025
141 points (98.6% liked)

Selfhosted

46677 readers
625 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
 

What’s up, what’s down and what are you not sure about?

Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

I finally finished my first iteration of my Minilab including a very smooth migration from the old server yesterday so I can go to the service side of things again. I plan to get some kind of selfhosters VPN for external access to stuff that's not exposed to the internet, I'll have to investigate which one.

you are viewing a single comment's thread
view the rest of the comments
[–] danhab99 9 points 4 days ago

I'm working on self-hosting my own LLMs.

I realized there are things I wanna talk about and research but I don't want to send it to open AI. Frankly I feel gross about how much I've sent to open AI. My desktop is a beefy gaming rig that I don't use for gaming much. I have a 20thread core, 64gb ram, an Nvidia gtx 3060 and 5 spare TB so why not.

  • I keep a few ollama models downloaded and I'm slowly getting to know them and what they can do. Gemma seems to answer the fastest so I've been using that. Deepseek is like the reasoning button on chatgpt.
  • I use openai-whisper to transcribe meetings I record using OBS. It's really slow so I have a cronjob transcribe all my meetings for that day overnight.
  • Open Web UI is a fantastic LLM frontend. It provides tools, rags, web searching, and model ranking all as a simple to use UI.
  • My desktop has a Wireguard server which makes it easy to use my OpenWebUI on my phone.

Now I want to work on giving the LLM access to my Google calendar so it can create reminders for me. I'm sick of forgetting to think about remembering to do things so I hope if I can just ramble at the LLM about what I'm doing or what's on my mind it can organize my thoughts. What else are these LLM actually for?