I’m kind of a noob at this so I just want to make sure I’m on the right track. Most of my experience is centered around using public trackers and qbitorrent with a VPN on my laptop and Android phone (using flud).

I would like to get started using Jellyfin to serve up media in my house and occasionally remotely with my phone. I have an older HP desktop that was formerly a business PC. I am currently resetting it back to a fresh install (probably Windows 10). I was thinking of putting Jellyfin on there and setting up Tailscale. I have already tested setting this up on a different computer just to learn the setup process and I got it working and was able to remote connect with my phone. I have Cox cable internet and I’m using their provided modem/wifi gateway so I probably don’t have many options for customizing that other than port-forwarding. I also don’t really need to set up any automation to download media automatically at this time. I basically want to be able to download movies the way I currently do and put them on the Jellyfin machine. What else do I need to know/do? What am I missing? and will I be able to just pull up Jellfin on my phone and cast media to my smart TV’s (they do not have Roku btw)?

  • UnPassive@social.fossware.space
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 year ago

    Linux would be best for reliability. Nothing’s better than untimely windows updates. Also, less power usage. If you do decide to go with Linux you should look into running jellyfin via docker. Makes it super portable and best of all makes it simple to run other docker services from the same machine (nextcloud, trillium, pihole).

    You can set up duckdns for free domain names (with a docker service for dynamic IP) and use nginx as a reverse proxy to all your services (if you plan on streaming outside your house)

    • ki77erb@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Thanks. I’ll consider that. I used to run Ubuntu on a laptop but it’s been years since I’ve done anything with Linux.