view the rest of the comments
Selfhosted
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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Interesting question. If you are asking for an LLM (that is self-hosted and can do that?), you're going to need to provide some significant tooling, like rag / documentation, troubleshooting, sort out concurrency, front end etc. Honestly...it just easier to point them at a YouTube (network chuck has good stuff).
It absolutely can be done and it absolutely can be valuable - for you personally. But if they're having trouble doing basic things like installing jelly fin, they have zero chance of doing something like that themselves.
Honestly, I think your easiest option for your non-technical friends is just to point them at one of the cloud providers, like chatGPT or Claude.
OTOH, how much work are you willing to put into this and what's your GPU / LLM set up like? There
Your basic foot in door starting point is going to be installing and provisioning OpenWebui, getting a good local model up and running (Qwen3.6-35B or Qwen3.6-27B) and creating a "Knowledge Base" in OWUI with requisite documentation. You'll need to set up tailscale / headscale so they can access your OWUI instance from their homes, too.
If you're serious about this, write back and I'll thumbnail sketch it out for you. It's a good project and I've done similar. There are real complexities to something like this beyond just "install ollama, lol done".
I am interested in this in general too. I have a 3090 which I know isn't much but have been thinking of trying to get a second 3090 and using an NVLink to increase to 48Gb. Mostly for learning and testing purposes, and then to eventually offer to donate to my wife's local school district a local model they own (since teachers aren't supposed to put student info online, that includes private LLM models like ChatGPT, but they keep accidentally doing so anyway).
But one project at a time, and setting up this LLM would help my two friends if they have issues (it's easy to forget for people like us that to nearly everyone else, setting up Jellyfin properly with remote access as well as things like Docker are not easy, even when they have base level knowledge), but it might help others in the future too that might then get interested in self hosting. A 24/7 guide can make a difference I think in someone actually trying self hosting or not.