tko

u/tko@tkohhh.social
75 posts · 388 comments

Recent posts

Recent comments

The point of the reverse proxy is that it simplifies your firewall configuration... you open one port (443) to one endpoint (your reverse proxy), and that's it. The more complex your firewall configuration, the more likely you are to get something wrong and accidentally expose what you might not want to expose.

I do not use my reverse proxy for access control.

If you're using containerized applications, then the worst-case scenario is somebody gets root permissions inside the container. Under those circumstances, they can destroy that instance of your application and access any data stored within the container. The thing is, they can ALSO do that if you're on a VPS.

If there happens to be a Docker vulnerability that allows file system access to the host AND AT THE SAME TIME an application vulnerability, then you might be in trouble. The confluence of those two events, especially if you keep things updated, is unlikely enough that I have no reservations about hosting public services on my home network.

But that said... we all have our own level of risk tolerance. If it's not right for you, then you shouldn't do it.

edit: just reading up on huntarr and ooooh boy. Vibe coded app that asked you to provide API keys so it could talk to and control other services. No wonder it caused problems. It's probably worth saying out loud: if the container you want to install is used to talk to and control other containers, you need to be EXTRA SURE that it's reputable.

I don't get this perspective. A reverse proxy pointing at containerized applications gives you plenty of buffer between the scary internet and your personal files. Don't bind mount your entire host file system to the container, and only open/forward the ports you need.

There are things you have to get right, but there's no reason to discard the idea altogether.

I find myself commenting three questions on any post about a new application somebody developed.

  1. What is your experience in [subject matter of app]?
  2. What is your experience in software development?
  3. What percentage of the code for this app was written by AI? What percent was written by you?

Personally, I wouldn't mind if all new app posts were required to answer these questions for their post. It doesn't discriminate, it just asks them to lay their cards on the table for everyone to see. The community can judge from there.

on Unraid 7.3.1 Now Available · c/unraid · 2 pts · 88d

I'm still on 7.2 myself, and I don't intend to switch to internal boot. However, I keep an eye on the Unraid subreddit, and from what I've seen there internal boot is working well for most people that have switched. I would maybe review any posts on the Unraid forum before proceeding.

I've got no moral qualms about the way I'm handling things, nor am I judging anybody for the way they handle things. My comment was simply meant to show that not everybody is using Plex for stolen media.

I guess that depends on your definition of "piracy"... is it "breaking the law" or is it "stealing"?

In any case, the point I was making is that some people use Plex with non-stolen media. I mostly see assumptions that it's only used for stolen media, so I wanted to offer a counter-example.

I won't make any claims about other users, but I am using Plex for 100% legally obtained media, mostly by means of ripping physical media that I still have on my shelf. So, not everybody is using it for pirated content.

This is not an apples to apples comparison because Nextcloud has security built in... it was designed to be published securely on the internet.

That's not to say Nextcloud is perfect and without security concerns, but it's miles ahead of Jellyfin which is Not designed to be published to the web.

I appreciate you putting it this way. There IS a battle happening to be sure.

Unfortunately, it feels like the battle that's being fought is between former Plex users and current (continuing) Plex users. It's frustrating as a continuing Plex user to feel like we are making all of the Jellyfin users angry just by existing. Some of us feel like explaining why our choice is rational, but that is often met with more hostility.

My hope is that we all (as self-hosters) can recognize that we all have different priorities and those priorities will lead to different choices. It's not wrong to leave Plex for something else. It's also not wrong to keep using Plex if it suits your needs.

(to be clear, I'm not at all implying that you were being hostile. This is just a general impression I get from several self-hosting communities when it comes to Plex versus other options)