this post was submitted on 16 Jun 2023
48 points (98.0% liked)

Selfhosted

39251 readers
190 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
 

Since rpis have been almost impossible to find, I've been looking around for alternatives for some local self hosted services like home assistant. A lot of boards seem to talk about GPU, GPIO pins, etc. But I really just want a single board, fanless (low power), decent CPU and RAM, ethernet.

Any recommendations?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (2 children)

It’s not that difficult to get a Pi 4. I wrote a python script that scraped rpilocator’s rss feed every 5 minutes and would notify my phone when one was available in the US. It went off basically every day around 8:30am PST when Adafruit would drop 100+ Pi4s. I’ve picked up two in the past week (one for my Voron printer and another for a RetroPi cabinet). They did sell out fairly fast.. in about 10 minutes or so.

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

Sorry I have to laugh at this. If you have to write a script for it even if the script is easy there’s no way I can consider it “not hard”. Not hard is just being able buy it like anything else.

I get what you’re saying though.

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

I didn’t realize it would be so easy when I wrote the script. Knowing what I know now I’d just check adafruit every couple minutes starting a bit before 8:30am PST.

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

Hard for a "layperson", maybe. But IMHO for someone interested in self-hosting this probably should not be a hard problem to solve, or at least a decent "warmup exercise" to see if you'd like it.

I say this because you don't even need to write the script yourself, there are plenty of preexisting applications that can be configured to notify you of updates to an RSS feed.

I'm sure I could whip that up in changedetection.io or Node-RED pretty quickly, for example.

I don't use a dedicated RSS feed reader app, but I'd also be somewhat surprised if there isn't one that supports some form of push notifications.

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

The thing is that right now it's not worth it to buy a raspberry pi if you want to selfhost. It is 4 years old at this point but it cost 50% more than when it was released.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Power wise you are absolutely correct. It is not the best performance value anymore. However, support for the Pi4 is much more robust when using them in specific projects designed to use them.

For everything else I have a much beefier Unraid server that hosts all of my dockers and VMs.