this post was submitted on 24 Jun 2026
137 points (81.9% liked)

Selfhosted

60177 readers
511 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
 

Do you host your own ML / AI / LLM? What do you use, and what do you use it for?

you are viewing a single comment's thread
view the rest of the comments
[–] BlackLaZoR@lemmy.world 2 points 1 day ago (1 children)

I was hosting LLM with LMStudio occasionally but can't access it anymore due to some fuckery with CORS and http vs https in browsers.

[–] irelephant@lemmy.dbzer0.com 2 points 1 day ago (1 children)

I googled it, and it seems like you can just enable cors.

[–] BlackLaZoR@lemmy.world 2 points 1 day ago (1 children)

Yes you can enable cors in LMStudio. But since few months it's blocked by all major web browsers if you aren't using HTTPS.

Which I don't. I had LMStudio server open to local network so I can use it on my phone or laptop via third party website.

[–] irelephant@lemmy.dbzer0.com 0 points 1 day ago (1 children)

Why would it be blocked? I can use http sites just fine, and even then you could setup a self-signed certificate.

[–] BlackLaZoR@lemmy.world 3 points 1 day ago

I don't know why. It worked half a year ago, now it doesn't. All I know I can access server via local host on same machine, but if I try to access it over LAN it just doesn't work no matter what I do. I might look into self signed cert but it feels like to much work for now.