this post was submitted on 23 Nov 2023
2 points (100.0% liked)

Selfhosted

42224 readers
794 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 2 years ago
MODERATORS
 

I want to make a plex nas so I don't have to deal with Netflix and streaming services, here are some questions I have.

  1. What NAS should I get? I've heard Qnap is good, but I want to know around what nas I should get

  2. Is plex somewhat simple to setup and is there other software I should look at?

  3. Is there anything else I should know?

Edit: I ended up using an old laptop and running a file share from it then installing kodi on the other devices and using it as a storage point.

top 8 comments
sorted by: hot top controversial new old
[–] Decronym@lemmy.decronym.xyz 2 points 1 year ago* (last edited 1 year ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
NAS Network-Attached Storage
NUC Next Unit of Computing brand of Intel small computers
Plex Brand of media server package
RPi Raspberry Pi brand of SBC
SATA Serial AT Attachment interface for mass storage
SBC Single-Board Computer
VPN Virtual Private Network
k8s Kubernetes container management package

7 acronyms in this thread; the most compressed thread commented on today has 9 acronyms.

[Thread #297 for this sub, first seen 23rd Nov 2023, 16:35] [FAQ] [Full list] [Contact] [Source code]

[–] earmuff@lemmy.dbzer0.com 1 points 1 year ago

So I‘m a Synology user for years (currently a DS921+ with a DX517 extension) and use it mainly to store movies/shows.

For you here are some things that might be useful to know:

  • Consumer NAS are massively underpowered in terms of CPU and RAM. Both is needes if you run a few Docker containers. Especially the transcoding of media files is very CPU intensive.
  • using a very small „compute“ node, like an Intel NUC, takes care of this problem. I run all Docker containers on this one, while I use the NAS only as storage.
  • Consumer NAS are super easy to setup and also to scale, in case you need more diskspace.
  • I was never a big fan of Plex for various reasons. I use Emby and I‘m very happy about it. I also hears many good things about Jellyfin
[–] bestusername@aussie.zone 1 points 1 year ago (1 children)

Build a basic i5 desktop.

It'll cost less, be much faster and easier to upgrade; the "NAS" platform is so overrated.

[–] eatham@aussie.zone 1 points 1 year ago

I used an old laptop and Kodi in the end

[–] hayalci@fstab.sh 1 points 1 year ago

in addition to "dedicated Nas + compute node" and "just use a desktop" suggestions, there's the microserver option in between. Small, but has enough power to run stuff other than storage.

Hp proliant microserver is what I use, you can try getting a previous generation from second hand market.

https://www.hpe.com/us/en/product-catalog/compute/proliant-servers/pip.proliant-microserver.1014673551.html

[–] 0x0@social.rocketsfall.net 0 points 1 year ago (1 children)

Do you need streaming?

Direct file playback via Kodi is better in every way IF all you need is local playback within your LAN and have devices that can run it. If you've got decent upload then it'll work outside of it, too. Kodi also supports syncing between devices if you set up a MySQL database. Definitely not as simple as spinning up Plex/Emby/Jellyfin, though.

[–] eatham@aussie.zone 2 points 1 year ago (1 children)

I ended up using Kodi with an old laptop as a server and it's good

[–] 0x0@social.rocketsfall.net 1 points 1 year ago

Glad it worked. Have fun!