• 2 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • For the home directory question, you actually don’t have to reboot at all. You’ll do most of this as the root user. Just create a new user and put its home directory somewhere like /tmp. Logout, log back in as your temp user, format the new drive, move your home directory (rsync is your friend), edit the fstab (I personally prefer labeling all my partitions and using the labels in fstab). After that, to test your settings, create a new, empty, /home matching the permissions of the old directory. Then type “mount -a”. This goes back through fstab and mounts everything listed if it’s not already mounted. Look for your home directory in /home. If it’s there, you should be able to “su - yourusername” and if you are in your home directory with all your files, you’re all good. No need to reboot. Log out of the temp user account, log back in as you and delete the temp user.









  • Whether or not they comply with law enforcement is not the issue. Any company will comply with their local law enforcement if they want to keep their doors open. What’s important is what data they keep on their users. Unless I’m mistaken, Nord, like many others, only keeps billing info and limited connection info for load balancing purposes (deleted after something like 15-minutes). So, the Panamanian government (where they’re headquartered); who IIRC has no data retention laws and isn’t part of 5-eyes; asks for logs, they will get something, but not much to tie a specific customer to anything.

    Also, Nord has been independently audited multiple times in the past. Something quite a few other providers can’t say.

    It’s popular to bash on Nord b/c they advertise a lot, but I haven’t seen a legit reason not to use them. If it exists, I’d love to see it.




  • Adding to this, there’s probably a general feeling that, especially with publicly traded companies (which Nord isn’t… yet), profit motive will inevitably cause a company to make decisions that don’t align with its customer’s best interests. The idealist in me thinks it’s possible for a company to be profitable without being shitty towards its customers. The cynic in me thinks there’s probably more profit in being shitty.

    That said, profit keeps companies in business. If you’re getting it for free, you’re either the product, pirating it, or relying on others to keep it going. I won’t say paying for it guarantees future availability and development, but that profit motive also motivates continuing development. Kind of a double edged sword, there.






  • d00phy@lemmy.worldtoSelfhosted@lemmy.worldProwlarr VPN/proxy advice
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    8 months ago

    FWIW, all of my *arr, and VPN containers use the same network bridge. Prowlarr and torrent use the VPN service, though having Prowlarr on there is maybe overkill. They’re all able to access one another using the bridge gateway + port as the host, e.g.: 172.20.0.1:5050

    I mostly used this guide, where he suggests:

    I have split out Prowlarr as you may want this running on a VPN connection if your ISP blocks certain indexers. If not copy this section into your compose as well. See my Gluetun guides for more information on adding to a VPN.

    One thing I had to make sure of was that the ports for Prowlarr were included in the VPN container setup, rather than the Prowlarr section (b/c it’s just connecting to the VPN service):

        ports:
          - 8888:8888/tcp # HTTP proxy
          - 8388:8388/tcp # Shadowsocks
          - 8388:8388/udp # Shadowsocks
          - 8090:8090 # port for qbittorrent
          - 9696:9696 # For Prowlarr