

Oh shit, I am one of the million+ followers on YouTube but I hadn’t watched this video yet. This is really heartbreaking. She always seemed so sweet and excited, it was nice to relax and watch what was going on at the rescue. I had no idea about her struggles, and the fact that it was close friends and other sanctuaries that caused this is fucking infuriating. I hope these people pay for their actions.
I haven’t seen her husband before, but his video made me cry. While I am sad about what has happened, I think he will be a fine face for the rescue - he seems just as dedicated and caring. I think if she could see what’s happening, she’d be proud.
E: grammar fixes
This isn’t a guide, but any reverse proxy allows you to limit open ports on your network (router) by using subdomains (thisPart.website.com) to route connections to an internal port.
So you setup a rev proxy for jellyfin.website.com that points to the port that jf wants to use. So when someone connects to the subdomain, the reverse proxy is hit, and it reads your configuration for that subdomain, and since it’s now connected to your internal network (via the proxy) it is routed to the port, and jf “just works”.
There’s an ssl cert involved but that’s the basic understanding. Then you can add Some Other Services at whatever.website.com and rinse and repeat. Now you can host multiple services, without exposing the open ports directly, and it’s easy for users as there is nothing “confusing” like port numbers, IP addresses, etc.