this post was submitted on 19 Jul 2023
49 points (94.5% liked)

Selfhosted

60644 readers
568 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Pretty much what the title says, I was wondering, since I want to invest on self hosting applications and my raspberry pi 3 b+ can barely function. I don't have enormous expectations, just docker containers, nextcloud, pihosted, jellyfin... Any further suggestions (regarding the hardware) will be much appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] sj_zero@lotide.fbxl.net 7 points 3 years ago (2 children)

Yes, the only thing being that most NUCs can only have one drive (or one m.2 and one 2.5" sata drive) so you can't do anything like drive mirroring so if you lose a drive you're in trouble.

[–] Mugmoor@lemmy.dbzer0.com 3 points 3 years ago

Ideally youwould be storing those files on a NAS anyways.

[–] AlpacaChariot@lemmy.world 2 points 3 years ago (1 children)

I've had the drive on my kodi box fail a couple of times now, it's annoying. Torrenting probably puts a lot of wear on the drive though so it's to be expected.

I have two old NUCs, one DN2820FYK with an Intel Celeron N2830, and another D54250WYKH with an Intel Haswell i5-4250U. The former can only take one drive but the latter can have an mSATA as well as a 2.5" SATA. I'd like to use the latter with root on the mSATA SSD and a 2TB HDD for media in the 2.5" SATA, but for some reason I get better video playback on the Celeron than the Haswell. Both are supposed to have hardware acceleration for h264 and the Haswell is a more powerful processor so I don't understand it!

[–] sj_zero@lotide.fbxl.net 1 points 3 years ago (1 children)

One thing that could help a lot would be have a third drive off one of the USB ports, a cheap large spinning drive, and have a cronjob to routinely copy the contents of your drive to the cheap spinning drive to the backup drive. That way even if you lose your SSD or your SATA drive, you still have a somewhat recent version of all your files elsewhere.

[–] AlpacaChariot@lemmy.world 2 points 3 years ago

Not a bad idea, however I've had problems with some of the firmware (I think, maybe it's the kernel) on external HDDs causing them to power off when not in use for long periods of time. For some reason it doesn't happen with internal drives so it must be the enclosure or the way the system deals with the drive.