• 1 Post
  • 69 Comments
Joined 2 years ago
cake
Cake day: August 2nd, 2023

help-circle

  • One of the issues with multiple devices is networking. Transferring totally legit files for the Arr stack to and from the NAS can be a lot of data. Keeping it all in one system means your speeds up to that point are SATA speeds vs ethernet.

    For the OP, one file with hard linking is my goal, but I only use Usenet. I rip anything that comes down with Tdarr to strip languages, normalize audio and rip to H265. If you do that with torrents, you will need to keep the original for seeding.



  • It depends on how you’re hosting Jellyfin. The easiest and most common way is via Docker in some form. You can also install a docker image of Cloudflare tunnel making sure it’s on the same virtual network as Jellyfin (I think it will by default). However you’re running Jellyfin, Cloudflare tunnel will need to be able to reach your local Jellyfin install.

    Create a tunnel in the Cloudflare zero trust dashboard, create or edit the config file for your Cloudflare tunnel install using the code string from the zero trust dashboard, your tunnel will attempt to connect to the Cloudflare servers, when it does, you have a secure tunnel. Then you can add hostnames on the zero trust dashboard, using your local IP addresses and ports. For example, jellyfin.yourdomain.com points to 192.168.1.10:8096. The tunnel connects your local IP to the routing from your domain.

    Be careful to not open this up to apps that don’t have security in some form at least. There are ways to improve security on your tunnel end with SWAG and such. And I recommend turning on the security tools in Cloudflare so your domain can’t be accessed outside of your country at the least, and maybe even whitelisting IP addresses for even more security.

    SpaceInvaderOne on YouTube has a good video on creating a Cloudflare tunnel via Unraid. But everything is much the same in regular docker. I’m sure there’s good videos on doing it however you’re hosting Jellyfin. Feel free to reach out with questions, I’ll gladly help if I can.









  • I’ve come to the conclusion that nextcloud is probably the best single Google replacement. “Old hardware” is a pretty broad definition, as I’ve still got Zip disks kicking around. But more than likely, you can run Nextcloud AIO reasonably well. The more RAM the better for sure. But you do get an online office, document storage and sharing, calendar, contacts, tasks (to replace Google Keep), text and video chat, picture storage, etc. Doing all of that really well can take a beefier machine, but keep things in perspective, be patient and you can at least get it going to see if you want to expand in the future.

    My preference is paying for Unraid and using spaceinvaderone’s Nextcloud AIO package and accompanying video tutorial is the way to go. Unraid isn’t free, but I highly, highly recommend paying for it as a platform. I feel like it still allows some challenges in getting things set up but in a more fun way to reduce frustrations. And Unraid just does so much.


  • I went with Willow related naming.

    My main server and NAS is Madmartigan. Proxmox server is Willow. Headless gaming machine is Sorsha. Bedroom/office laptop is Elora Danan Living room laptop is High Aldwin Then two raspberry Pi’s named Rool and Franjean.

    I’m not even into Willow that much, I just wanted to find a world of characters I liked.


  • There are some decent comments here overall with stuff I bet would help you. But it sounds to me like you have lost the appreciation and rewards from life and the world around you. I would wonder if you have undiagnosed anxiety.

    This isn’t going to sound great probably, but the problem isn’t the world around you, it’s just you. The good news, ‘you’ is the only part of this you can fix. The rest, totally outside of your control.

    You need to retrain your brain. Slow down to appreciate the smaller things. Even the tiniest things. Read up on the raisin technique. I think raisins are kind of dumb, but apply it to everyday things. Go slow. Examine. Savor. Eat slowly. And with each bite think of the process that got that very thing into your mouth. From growing the ingredients, raising, milking, whatever. The process and storage, maybe inspection, transporting it to the store, you buying it and cooking it. The skill it took to do that and the history of you cooking to get there. It’s an awful lot packed into each bite. Do that with as many bites as you can. Be mindful. Repeat it. You don’t need a different thought every time. Just keep thinking it through. And apply that to more things throughout your day as you’re able to. It’s not an overnight process but it’s much faster than you might think to regain the value, passion for things. Do this people as well. Forgo the NPC thoughts, and delve in. How they got to be who they are. Ask questions over time and build a mental roadmap.

    That’s pretty much it. I could have easily written your post word for word a decade ago. With therapy and general learning, fighting anhedonia was a process. And still is. But I do appreciate things and I look forward to things. I often look forward the most to me not being me tomorrow but a slightly better version of me.






  • My preference is just Cloudflare with or without nginx. Not sure if you’re using a hypervisor or not but it makes things exceedingly easy and I feel plenty safe enough inside of a Cloudflare tunnel. I stream a lot of data from Jellyfin. All day long, several streams to several people for over a year now with no problems. Last I knew, Cloudflare removed the language about video streaming from their TOS. Not sure if that’s changed but functionality on my end hasn’t.

    I am using Unraid but I’ve installed the Cloudflare tunnel in docker containers and TrueNAS without many issues. Takes a bit of copying/pasting to get set up but it’s not terrible and everything is very responsive to make sure you’re doing things correctly.