this post was submitted on 31 Aug 2025
15 points (94.1% liked)

Selfhosted

51862 readers
563 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
 

Question to all the experienced folks here:

I'm restructuring my home setup to have the following

  • NAS, likely truenas, lots of storage, with shares to hold all data like photos and Linux iso's
  • small server, probably proxmox with Ubuntu vm, running most of the services (reverse proxy, oidc server, pw manager, etc)

The 2 services I'm indecisive about are nextcloud and jellyfin, since they directly rely on the big files. Would you run them directly on the nas, or on the vm with volumes mounted over the network?

you are viewing a single comment's thread
view the rest of the comments
[–] theit8514@lemmy.world 1 points 1 month ago

With TrueNas you can do it two ways: ISCSI disks that are mounted to the VMs or via NFS. With ISCSI you won't have access to the data from the TrueNas side as the data will be stored as a volume file. With NFS you get the best of both worlds as you'll be able to access the files via other TrueNas services like SMB/SFTP. I have my Jellyfin/Plex running via NFS and have few issues, though I've not tested it with large 4k/8k videos yet. I mostly run 1080p.