• 0 Posts
  • 10 Comments
Joined 3 years ago
cake
Cake day: June 3rd, 2023

help-circle




  • There are lots of answers here already so I’ll just comment on the trackers detecting seeding.

    Insofar as that’s not directly possible. Torrents are peer to peer, and that’s not some kind of code word. Your client is literally talking to someone else’s client. No server in between the two, no gateway, or anything (meaning one of the two clients need to have a port open too!). So a tracker cannot measure the amount of data flowing between two clients (aka. peers).

    So the way trackers know how much you upload is that your client self reports that to the tracker. The tracker has no way to directly check the ground truth, other than relying on what the other client is saying about how much it downloaded from you.

    Old or unknown torrent clients may have bugs in them which cause the client to report incorrect data. When a client overreports (reports more than it actually uploads), that breaks the equation that private trackers rely on to make sure there’s enough users on a torrent. So by using an old or unknown client, you might inadvertently damage the functioning of the tracker.






  • Depending on your specs, I don’t think you need to buy hardware. You can scale later if you run out of resources. This is how I’d separate your stuff:

    • Desktop: SteamOS (or Bazzite IMO), for gaming. Install Kodi on it for the HTPC interface, and add a shortcut to it on the big picture UI
    • RPi: Home Assistant OS. They have images for the Pi, which will let you install updates and addons from the gui. Addons are just containers, so you may be able to run a service or two if you run out of resources on the other machines.
    • Compute stick: Some server OS (I personally like Fedora Server, but loads of options are available here. Bazzite is Fedora based, so you can use knowledge you gain on one, on the other). Nextcloud (reconsider this, Nextcloud is a complaint magnet from what I can well, there are alternatives to most of its functions), your *arrs, torrent client etc. Stuff that is okay if it goes down for a bit.
    • Laptop: Same OS as the compute stick. Whatever doesn’t fit the stick, plus Pihole/Adguard. For DNS though, I’d recommend using a cloud provider instead of self hosted, because if it goes down, you’ll be stuck reconfiguring your DNS before fixing it (since if dns goes down, you can’t easily access websites to look up stuff). IMO NextDNS is a good option, both free and paid tiers, and it does adblock lists too.

    Edit:

    • For remote management, ZeroTier and Tailscale are both good options at the moment. I use Tailscale, but they recently announced they want to IPO at some point, so I’ll be moving to Headscale (the self hosted version essentially) if they start enshittifying.
    • For remote gaming, check if Steam remote play works, or set up a Sunshine server on your PC.