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.
-
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
-
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 7 days old, your post is exempt from this rule as long as you continue to engage in comments.
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
It won’t be on Amazon, but I found a ton of older generation Mac minis available on Craigslist in my area. I picked one up for $50 and installed Ubuntu server. Thing’s been running like a champ for 2 years.
Edit: should have fully read your post. No idea about installing truenas on it. I’d assume most would be single ssd machines.
+1 on Mac mini as well. I just checked OfferUp in my area and M1-M5 are insanely expensive ($500+, M1 coming out about 6 years ago) but really good machines especially for their size and decent on power consumption too.
But downside of a M series is either you run macOS or Asahi Linux and nothing else yet.
So go for the Intel Mac Minis which are much cheaper and can run nearly any Linux distro with little to no issues as you would on a Windows PC. I’m seeing $50 range in my area as well. Older are good because RAM can be upgraded on some of them, but not all. Would be wise to do research on whichever seems right.
A word of warning on Linux on Mac though. Oftentimes there can be weird quirks with power management and suspend/hibernate. For a server though I guess that point is moot.
I'm OOTL; what is it about Apple Silicon Macs that apparently make them such trouble to support? If one distro can manage it, what's stopping that code from being upstreamed to the mainline kernel etc.?
Mainly that it’s a custom ARM processor, not your standard x86 architecture like the Intel processors were that were also available in non-Apple hardware.
macOS runs extremely well on it and I think there’s not much demand for a custom Linux distro because of that. Plus the fact that your favorite distro would have yet another architecture they would have to support by adding this in. Asahi is an exception because the team spent time doing it but I haven’t heard of any others getting Linux distros created for it yet. As time goes on and the prices decrease, we’ll start to see more teams dedicating time to creating Linux distros that support it.
How old? Did you manage to get linux running on a PowerPC one?
Not that old. Pretty sure mine is an intel i5.
My 2014 Mac mini has two internal hard drives because that era supported Fusion drives. Mine wasn't specced with a Fusion, but for about £10 I picked up an adapter from eBay so I could populate the NVME slot. As a result I've got a 1tb 2.5" SSD that houses /home, and a 250gb NVME drive that the rest of the OS lives on. But they could be set up in any way that suits.
The only real caveat with that Mac is to ensure the one you get has 16gb RAM, because it ain't upgradable (unless you're dosdude1). Also, it's GPU isn't much cop. But mine is running Debian and a bunch of services on 8gb and doesn't cause me any issues.