this post was submitted on 19 Jun 2023
6 points (100.0% liked)

Selfhosted

39251 readers
187 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.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I'm currently running homebridge and pihole from an older Lenovo (i5, 256 SSD, 8GB ram) laptop (tweaked power settings to allow idle when closed) hardwired into a switch. I am currently running Ubuntu Server LTS, and have uptime ~2 weeks. I'm a little worried about reliability, I was originally using Ubuntu Desktop LTS, and I had an issue with the OS crashing after a 4 days of basically idle...

So my question is, is this a feasible solution? Should I pursue something like a SBC or migrate the machine to an old desktop instead? I don't mind working on the machine occasionally, performing maintenance etc but I don't want to have to troubleshoot the machine on a weekly basis.

I also would like to get into more self hosting, I find it to be super interesting and fun, does anyone have any projects they wouldn't mind recommending or sharing?

Thanks guys!

all 7 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (1 children)

Sure. It's plenty feasible. I've used old laptops, desktops, a server board running naked under my desk with parts strewn about... anything can run your homelab.

The only thing you may have issues with long term in a laptop like that is the battery turning into a spicy balloon. Regardless of whether its healthy, or totally "dead" and wont charge, it can and will still start to offgas and can catch on fire. If it has a removable battery, take it out and run the laptop on a normal UPS that is designed to sit fully charged and plugged in 24/7.

[–] [email protected] 2 points 1 year ago

Oof the spicy pillow...didn't think about that one. I will def take a look into running it independent from the battery thank you

[–] [email protected] 2 points 1 year ago (1 children)

It really kind of depends on your luck with the hardware. I've used laptops as servers for durations of several months at various points in the past and had no particular problems, just make sure cooling is adequate.

You might consider setting up a Proxmox node if you're interested in virtualization at the machine level (i.e. having several virtual machines running on one physical machine, which can reduce maintenance headaches and make experimentation easier as VMs can be snapshotted, cloned, and easily replaced)

[–] [email protected] 2 points 1 year ago

Oh wow Proxmox looks interesting, I like that it has a web interface. I am a little interested, mostly because pfsense needs to run within a VM, but I've never really done any virtualization on Ubuntu.

Is Proxmox like an open-source version of Hyper-V?

[–] [email protected] 1 points 1 year ago

If you have stability issues, check the RAM. Sometimes they are slightly faulty but you never notice when rebooting regularly.

But yes hosting stuff on an old laptop is perfectly feasible and IMHO recommended for beginners.

The main problem is usually that you outgrow the limited number of SATA and/or NVMe ports for adding additional storage and USB3 to SATA adapters can be a bit too flaky for building a raid or similar.

[–] [email protected] 1 points 1 year ago

I have an ancient Dell desktop (Intel Core 2, 1TB HDD, 2.5GB RAM, one partially corrupted RAM stick) running as server, current uptime is 318 days. I reckon you should be fine, as long as the cooling keeps up.