this post was submitted on 30 Apr 2026
127 points (98.5% liked)

Selfhosted

60093 readers
1180 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

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

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I have a refurbished Lenovo Thinkcentre that I was running Truenas off of. Everything was working great, but it got hit with a power surge and after lots of trouble shooting it appears the motherboard is fried and I don't trust my ability to soder and fix it.

No now I need to upgrade my setup. Wondering what is a good sub $300 computer I can order that will run Jellyfin, Immich, and a few light services off of? With Truenas you seem to need two SSDs. One to boot and one to run apps, so it seems like a mini PC will not work.

I have a seperate HDD drive bay with a few hdd's in it full of shows and picture. Just need a PC to run my services.

I would prefer something I can order off Amazon or can be shipped quickly so I can get back up and running again.

you are viewing a single comment's thread
view the rest of the comments
[–] krnhotwings@programming.dev 18 points 1 month ago (1 children)

A mini PC could certainly work! If you're willing to go ebay, I'd recommend any of these Lenovo Thinkcentre SFF PCs:

https://forums.servethehome.com/index.php?threads/lenovo-thinkcentre-thinkstation-tiny-project-tinyminimicro-reference-thread.34925/

1-2x m.2 slots, 1x 2.5" slot, and some can accommodate a half-height PCI-E card in place of the 2.5" slot. Presumably, you'd want to go Intel for QSV

[–] Rai@lemmy.dbzer0.com 4 points 1 month ago (1 children)

Yissss I got a bunch of tinys for 50USD each. I5/16GB DDR4/256GB NVMe. They run home theater computers and Linux servers AMAZINGLY. I would have bought more if they had more available.

[–] krnhotwings@programming.dev 3 points 1 month ago (1 children)

Wow, that's a great deal. I currently have two: one w/ a dual 1-gbe NIC for opnsense and another for proxmox

[–] Rai@lemmy.dbzer0.com 3 points 1 month ago (1 children)

I thought so, too! Forgive my ignorance as I’m just getting into Linux and selfhosting—what do you use opnsense and promox on separate machines for?

Currently one of my machines is running Fedora as a home media computer, playing stuff in the living room 24/7 for the cats. The other one I’ve got Win10LTSCIoT and CatchyOS dual booted on, mostly using that for general computer stuff in Linux and running a modded game server in Windows.

[–] krnhotwings@programming.dev 2 points 1 month ago

I have one dedicated for opnsense, which runs my firewall/router. I used to use a Ubiquiti ER-Lite, but its compute power was a little lacking for certain features I wanted running. One of the niceties of running pfsense/opnsense on a "real" computer is that it just runs faster and boots faster after a software update, haha. I also have tailscale on it so that I can remotely access my home network.

Opnsense can technically be run as a VM on proxmox, but it's generally not advised to do so. The proxmox machine is running unifi network for my ubiquiti wireless AP, adguard home, home assistant OS in a VM, and frigate in a VM, but I've been thinking of consolidating the various container services and VMs into just all containers running on a uCore OS installation instead of proxmox.