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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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!
view the rest of the comments
As started in other comments, TrueNAS is staying open source, only the build system is going closed source because some company was ripping them off and removing license. But the OS system itself can't go closed source because of the gpl license.
So no need to move away if you like it.
Yeah I'm still moving away from it. They are going as closed source as they can without breaking the GPL
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.
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.
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.
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.
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.