this post was submitted on 29 Mar 2026
53 points (94.9% liked)

Selfhosted

56953 readers
559 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

In case you didn't hear TrueNAS is going partially closed source. However, there seems to be a lack of alternatives.

Any ideas on what to move to?

you are viewing a single comment's thread
view the rest of the comments
[–] AHemlocksLie@lemmy.zip 1 points 11 hours ago (1 children)

This probably doesn't apply to TrueNAS, but technically, it's possible to close a GPL project. You'd need the permission of every last contributor to relicense their code, or they'd have to rewrite all the code they can't get relicensed (e.g., someone said no or already died), or they could do it if they never accepted any pull requests because they would then be the sole copyright holder and have the freedom to relicense at their whim.

I can't vouch for TrueNAS, but most open source projects accept pull requests because free labor, whether they're corporate projects or not, so I'd assume they can't freely relicense without a hell of a headache, so yeah, it's probably staying open for the foreseeable future.

[–] MuttMutt@lemmy.world 2 points 5 hours ago (2 children)

They would likely have to rewrite the linux kernel right? I've never heard of a single project being granted taking the kernel private. If they were going to do that they would find it easier to rebase back on FreeBSD. They just switched to linux and invested a ton into the switch. The switch already cost them a bunch of users and dissent, the current narrative is causing more.

There will be forks of all the current code either way.

I would be more worried about the cheap Chinese hardware people are using that utilizes the linux kernel and other code that doesn't contribute back to the project or release their code.

[–] SirHaxalot@nord.pub 1 points 1 hour ago

I believe this doesn't apply to the Linux kernel. I mean there is a lot of products that include a Linux kernel and runs proprietary code on top.

I'm not really certain about the legalities, but IIRC it has to do with Linux being licensed under GPLv2 instead of GPLv3(?)

[–] AHemlocksLie@lemmy.zip 1 points 4 hours ago (1 children)

Yeah, no, they couldn't do it to the kernel. But that's not really the interesting part of their product. It's all the software that they as a company hold the copyright to. If they solely hold copyright on all their own code or if they have permission to relicense from their contributors, they can take any or all of their products closed source, and when I say "their products" I specifically mean the things they as a company produce, which they built on top of open source projects that they don't control.

[–] MuttMutt@lemmy.world 1 points 4 hours ago (1 children)

Agreed. But anything that is released as open source will still exist even if they move to closed source. So another group can take that code and continue to develop it as a new project.

[–] AHemlocksLie@lemmy.zip 1 points 3 hours ago

True, but unless that new group is willing to step up and invest in physical device production to directly compete, I don't think it's going to be the same. The type of people buying a dedicated NAS with a custom OS are looking for as close to a plug and play solution ad they can get. They're less inclined to reinstall the OS on their new NAS, and the market is probably going to favor the now proprietary version TrueNAS sells, especially if they take steps to make it difficult to replace the OS on their devices.