this post was submitted on 24 Oct 2023
16 points (86.4% liked)

Selfhosted

40403 readers
483 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
 

Hey all, been running TrueNAS Scale for a few months now on a PC I built along with Proxmox on another mini PC I bought.

I tried setting up my media server on TrueNAS scale but didn't like my NAS running hot and being used so much but tried setting up Jellyfin and the arr media suite on Proxmox but ran into some issues with NFS shares and also SMB shares from TrueNAS along with config issues.

Just wondering if anyone has any suggestions or recommendations on how I should setup my media server and home network.

you are viewing a single comment's thread
view the rest of the comments
[–] talbot@lemmy.world 3 points 1 year ago (1 children)

Running a Debian VM with Docker solved all those issues for me. I set the arrs root /data folder on my NAS to mount with CIFS at boot. It works so well with a ceiling of 4/8 cores and 12GB RAM I've moved all my containers to it and mostly just use Proxmox for monitoring and reliable backups/images over NFS.

The only issue I've had in the last year or so took me about 30 minutes between realizing something was wrong and fixing it: Make sure you put your CIFS credentials file in a folder accessible to Debian's main user account or a power loss will break automount until you re-establish the link with a root user. Or create a locked down arrs-only user on your NAS so the CIFS command can include the username and password with less concern.

[–] thirdBreakfast@lemmy.world 1 points 1 year ago

I have a very similar setup. Jellyfin in Docker on a Debian VM (2 cores, 8GB RAM), and all the media on the NAS. The CIFS/SMB from the NAS is mounted in fstab. I keep all the metadata locally for speed - ie not on the NAS. I don't like the extra layer of running Docker, but it works like a charm whereas I had a few hassles running Jellyfin natively in the VM. I do have a special 'media' user with the name and password in the mount command which only has permissions for the media.

Can't comment on the arrs suite since I get all my linux distros on those disks attached to the front of magazines.