this post was submitted on 27 Oct 2024
15 points (100.0% liked)

Jellyfin: The Free Software Media System

5690 readers
65 users here now

Current stable release: 10.10.0

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

So my plan based on reading was to get a mini pc and a nas. But then I realized... what is the best way to connect them. So I started doing more reading. And I confused myself.

So a NAS has it's own CPU and such, and other computers can talk directly to it over the network. But if I am using a mini pc to run the server, then I assume I would want a really fast direct connection to the storage. So it seems like I would want the NAS to be on the network as well as directly connected to the mini PC. And of course the mini pc would need to be on the network as well. Stuff I saw about connecting them directly seemed to pretty much use the Ethernet ports and a crossover cable. So that would mean that both devices would have to have two Ethernet ports, right?

And the bonus question is, would it just be better for the NAS to really be a dumb DAS for the mini pc instead?

Edit to summarize: For having two devices, the consensus is that LAN is good enough (just make sure you have a decent switch between them). A few like doing it all on one device for a variety of reasons.

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

For inspiration:
Old setup:

  • Computer/file host: 11th Gen NUC
  • Ext. 8TB HDD via USB
  • Passed through docker to Jellyfin container
  • File administration via arr-suite and SMB on my PC.

New setup:

  • Compute: 11th Gen NUC
  • Runs docker
  • file storage: TrueNAS scale via NFS to proxmox (direct connection via ethernet. uGreen DXP4800+ 10GbE <-> 13th Gen NUC with optional 2.5GbE LAN interface)
  • File host: Debian-VM
  • Mounted to NUC via NFS
  • File administration/access:
    • PC: SMB to file server
    • arr-Suite: NFS mount passed from host
    • Jellyfin: Access via direct NFS mount in docker compose.

While not painless I think I learned a substantial amount on how Posix permissions work and confirms why native ACLs while more complicated are superior.
Also learned a bit about Samba, fstab and NFS c: