Spyke

Posts

selfhosted·Selfhostedbymonty33

Jellyfin Buffering Slow Torrents

I have been having a few issues recently, and I can't quite figure out what is causing this. My setup:

  • gigabit WAN up and down. Run speed tests regularly and get 800+ mbps up and down.
  • opnsense router VM (proxmox) running on a lenovo m920x. Installed an intel 2x10gbe card.
  • Sodola 10gbe switch
  • TrueNAS server (bare metal) w/ 10gbe serving the media files over NFS, stored on a ZFS mirror.
  • Jellyfin LXC
  • debian LXC running the arr stack w/ qbittorrent
  • NVidia Shield w/ ethernet

First issue is extremely slow downloads on qbittorrent. Even if I download an ubuntu iso with hundreds of seeders will sit around 1 mibps. Media downloads with ~10 seeders, I'll sit around 200kibps. Running this through gluetun and protonvpn wireguard with port forwarding enabled and functioning.

Second issue I'm having is if I am downloading anything on qbittorrent, and attempt to play a 4k remux on Jellyfin, it is constantly buffering. If I stop all downloads, immediately the movie plays without issue. 1080 files play without issue all the time.

I tried spinning up a new LXC with qbittorrent, and can download ubuntu isos at 30+ mibps locally and not over NFS.

Any idea what could be causing this? Is this a read/write issue on my TrueNAS server? Networking issuing causing the NFS to be slow? I've run iperf to the TrueNAS and getting 9+gbps.

View original on lemmy.ml
opensource·Open Sourcebymonty33

Foss Alternative to Android Auto

Will there ever be such a thing? I know that you can use your phone on a mount, but having your phone integrated into your dash screen, steering wheel buttons, etc. Is a big convenience and I also think safer.

Would a drop in replacement be possible? Or would a whole new app need to be developed and integrated into every car manufacturer?

This is one google app that I still heavily rely on, unfortunately. I'm sure they are harvesting everything about me as I drive.

View original on lemmy.ml
selfhosted·Selfhostedbymonty33

Nextcloud Local vs NAS Storage

I just spun up a Nextcloud VM, and I'm trying to decide the best way to manage the data storage.

For context, I'm running it on proxmox and installed it with This script.

Ideally I'd like to keep most of my storage on my NAS. I'm trying to figure out if I should keep the data directory local and add a NAS NFS share as external storage, or just move the whole data directory to an NFS share.

How are you guys handling your Nextcloud storage?

View original on lemmy.ml

ZHA or Zigbee2mqtt

Well I totally borked my ZigBee network, and it looks like I'll need to factory reset and re-pair everything. I ignored the warning, and attempted a channel change. Lost everything and can't get any device to connect.

So since I need to do this, what is everyone's preference of ZHA vs Z2M? I was on ZHA, but am I missing anything on the other side?

View original on lemmy.ml
truenas·TrueNASbymonty33

ZFS Relication Exclude Directories

Hello all,

I currently have my primary NAS running TrueNAS Scale, and I am adding a second as an off-site backup of my critical data which will also run TrueNAS Scale. I have three datastores at the moment, nextcloud, backups, and media. I want to replicate the entirety of nextcloud and backups, but for media I only want to backup my irreplaceable media. This would be personal photos and videos, but not my collection of Linux isos.

Is it possible to have a ZFS Replication task that excludes certain directories? If not, how would you recommend I approach this?

Thanks!

View original on lemmy.ml