• 0 Posts
  • 82 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle




  • For finding guides and videos - just search for {thing you want to setup} setup guide, there are plenty of results for almost everything. Also, I then showed links to where to setup readarr and qbittorrent.

    The only thing you need to get up and running is the OS specific guides (windows is download, run the installer, go to http://localhost:8787/ in your browser, and macos is similar. Linux is a bit of a mess, and I would recommend going the docker-compose route if you are on Linux instead) which are short and tell you every step. The reverse proxy is just a recommended guide for setting one up if you want to access it outside of your network - I don’t recommend doing it, and it’s not necessary at all (I don’t have that setup, all of my stuff is only accessible on my local network)

    For finding books, use the readarr quick start guide - it goes over how to use the app, how to add authors and books to grab, etc. I also found this guide that appears to show how to do all of this including the install guide, adding authors and books, connecting to your torrent client, adding indexers, etc: https://www.rapidseedbox.com/blog/guide-to-readarr#05










  • Protonvpn lets you port forward. I use docker and have a gluetun container that connects to protonvpn, all of my other docker containers for sailing the high seas (arr suite, qbittorrent, sabnzbd, soulseek client, etc) are routed through it and I have port forwarding setup to the ones that need it. For soulseek I use nicotine-plus-docker, all traffic is routed through the gluetun container, the port is forwarded, and a bit shy of 700 gb uploaded since March so I can confirm it works well.

    I don’t think the protonvpn Linux client supports port forwarding yet so only docker things can do it right now afaik, but anything I want permanently through VPN runs in docker anyway