this post was submitted on 19 May 2026
377 points (97.2% liked)

Selfhosted

60723 readers
138 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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. 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:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Plex has announced a massive price increase on the service's Lifetime Plex Pass. On July 1, the lifetime subscription option will go from $249.99 to $749.99, an increase of 200%. The price hike will only apply to new subscribers, with no changes to monthly or annual subscription pricing.

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

It has had a pretty high number of RCE exploits including one recently the architecture of the web service is just very poor and leads to a lot of basic problems.

Personally I am not a fan of the language they chose, and I think it directly leads to a lot of these problems but that's just like my opinion man.

The server itself also has tons of issues like the constant memory leaks that cause it to eat up endless amounts of memory that they don't seem interested in fixing and basically once again push it to the users to deal with and a bunch of the boot lickers are like yeah you just need to put it in a Docker and limit its maximum memory as if that's just normal and expected to need to do

[–] MrMcGasion@lemmy.world 2 points 1 month ago (1 children)

Ah, yeah, guess I never realized it's a .NET program. Never understood why an open source dev would choose .NET, but what can you do.

Also despise Docker (especially the modern over-reliance on it), but that always gets me into trouble when I admit that publicly.

[–] LordKitsuna@lemmy.world 3 points 1 month ago

I am right there with you on the docker hate I get the idea but the docker system itself is a huge problem. The amount of people that do not realize it completely bypasses system firewalls is very sad and unfortunate and leaves a lot of people vulnerable.

I personally try to use lxc containers that I set up myself for containerizing services and install them natively within the container