this post was submitted on 08 Jun 2026
329 points (95.8% liked)

Selfhosted

59733 readers
1129 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.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Croquette@sh.itjust.works 14 points 10 hours ago (6 children)

Side question here: how big is your storage pool for those of you that runs a jellyfin server?

I just started a Jellyfin server, but with the current hdd prices, it fills up fast and I need to manage my library a lot more than I'd like

[–] tomkatt@lemmy.world 4 points 3 hours ago* (last edited 3 hours ago)

I have a 5 TB NAS (technically 4x2 TB of SSDs in RAID5, plus float space for backups of my servers), but it's shared for music, video, books and audiobooks, and retro game ROMs, plus other necessities (personal documents and such). Those disks were $600 at the time total, $150 each in 2024. Now would cost $2k ($500 each), it's insane.

I mostly enjoy older stuff, and don't bother with 4k. I let the TV upscale it, don't really care. Looks like I've got about 1.5 TB worth of video (movies, TV, and anime) at the moment, plus another 1.4 TB of music.

If I need to, I can add some additional storage via dual NVMe slots on the NAS, but I don't think it's currently worth it at today's prices. I still have a bit over 1 TB free, will keep it that way likely.

[–] determinist@kbin.earth 5 points 8 hours ago (1 children)

10TB. 80% full. I have 2TB that I can add if I need. At this point I've maintained 80% for about 1 year.

[–] Croquette@sh.itjust.works 5 points 5 hours ago (1 children)

10TB was pocket change not too long ago, now it's so expensive. Unreal.

I'm lucky because my TV is 1080p so i can download lower resolution movies and series.

[–] tomkatt@lemmy.world 2 points 3 hours ago* (last edited 3 hours ago) (1 children)

Even with a 4k TV, 1080p is fine. Most TVs these days will upscale 1080p and 480p content, and even if not, 4k is an exact integer scale of 1080p (3840x2160 is 2x 1920x1080).

4k content is a bit sharper, but I can barely notice the difference, in games or video content at TV viewing distance.

[–] Buddahriffic@lemmy.world 2 points 3 hours ago

Yeah, personally, I've noticed that I notice and appreciate very high quality streams when they are there but don't notice lower quality ones in a bad way (where "lower quality" is still like 1080p, 720p is more noticeable).

Like 4k looks great but 1080p still looks normal.

[–] vodka@feddit.org 6 points 10 hours ago (1 children)

80TB array here. I've recently started using Maintainerr to delete things my friends and family request via seerr if it goes unwatched. I deleted over 15TB of things that was requested but never watched, a lot of entire shows of multiple seasons where someone only watched 2 episodes. (this was years of request history it ran over)

It was that or spending money on more 20TB drives and I just don't have it in me to spend that money with current prices.

[–] Croquette@sh.itjust.works 2 points 5 hours ago

I just have a 2TB server, for all my services, so I allocate 1TB for the ARR stack and the rest for my other services.

80TB would be nice haha.

I should probably add maintainerr to my services, would help me keep my files space low.

[–] ThirdConsul@lemmy.zip 4 points 10 hours ago* (last edited 10 hours ago) (2 children)

2TB, but I'm also new to this. I am literally running ffmpeg on some of the shows to compress them a little or dropping unnecessary audio streams

[–] MehBlah@lemmy.world 1 points 4 hours ago

Use mkvtoolnix and handbrake. You can quickly drop and add elements of a file with mkvtoonix and handbrake will convert most anything to H265. Its pretty fast with gpu encoding.

[–] Croquette@sh.itjust.works 1 points 5 hours ago

I have a 2TB ssd for my whole server. I had 2x 2TB SSD in my pc that were collecting dust, so I took them out and used one for my server and one for my backup server.

So I can allocate about 1TB for Jellyfin

[–] mic_check_one_two@lemmy.dbzer0.com 3 points 10 hours ago (2 children)

40TB, but that’s way more than I would realistically need if I was better about deleting old content. I have shows saved that I haven’t watched in years. With the *arr stack, there is very little reason to keep a lot of media saved, because reacquiring it again in the future is dead simple.

[–] Croquette@sh.itjust.works 1 points 5 hours ago

40TB is wild.

My plan is to pile a bit of money and try to buy used lots of HDD and test them for health and create a JBOD storage.

[–] Squizzy@lemmy.world 1 points 7 hours ago (1 children)

Do docker files handle all the setup of these or do I have to learn stuff?

[–] Croquette@sh.itjust.works 1 points 5 hours ago

I just setup the ARR stack and you can use a docker compose file to manage all the services. Then you need to create individual account for the services but that is straight forward.