this post was submitted on 30 Jun 2024
22 points (100.0% liked)

Piracy

21861 readers
1 users here now

Welcome to /c/piracy

No netflix or streaming services landlubbers allowed, this is pirates territory.

founded 5 years ago
MODERATORS
 

I currently use a Hetzner VPS in conjunction with a Hetzner storage box. Generally I'm very happy with this setup, but I recently had a VPN failure which resulted in a very stern email from Hetzner. What I would like to do is keep the storage box, but move my torrenting/jellyfin server to a different company. I'm worried about them deleting my ~12TB of media if I slip up again!

Basically I want a comparable value to Hetzner, with a US based server. Who's got recs?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 days ago (1 children)

I thought I didn’t understand docker until I realized I was trying to use crappy broken containers. I can vouch for the official gluetun and qbittorrent ones functioning normally.

Both can be created easily with docker run if you don’t feel comfortable working with docker compose yet. Both of their pages have run and compose options in the description.

I don’t think you’ll regret the time taken to learn it if you go this route. Docker permanently changed how I managed my services for the better.

[–] [email protected] 2 points 3 days ago (1 children)

That's cool. I definitely plan to try again sometime, as it sounds like it has some real advantages. In the past I tried using some projects like DockStarter.

[–] [email protected] 2 points 3 days ago

Honestly, I’d sincerely recommend learning run or compose from the cli to get your containers started. Understanding the available variables and how to use them will teach you everything you will need to know if you choose a tool like DockStarter or Portainer later. They are convenient, but the way they hide the underlying run and compose options can sometimes end up limiting your understanding in the long run.