Avatar

401klaser

401klaser@lemmy.fmhy.ml
Joined
2 posts • 12 comments
Direct message

strange. maybe try a different torrent client?

permalink
report
parent
reply

I have not, I will give it a look - thank you!

permalink
report
parent
reply

awesome let me know if you run into any issues!

permalink
report
parent
reply

Do you use docker compose?

https://www.youtube.com/watch?v=xbSfaKwyfXE&t=33s

version: '3.7'
services:
  gluetun:
    image: qmcgaw/gluetun:latest
    container_name: vpn
    cap_add:
      - NET_ADMIN
    ports:
      - '8080:8080'
    environment:
      - VPNSP=protonvpn
      - VPN_TYPE=openvpn
      - OPENVPN_USER=xxxxxx
      - OPENVPN_PASSWORD=xxxxxx
      - REGION=United States
    restart: unless-stopped
  qbittorrent:
    container_name: qbittorrent
    image: cr.hotio.dev/hotio/qbittorrent:latest
    network_mode: 'container:vpn'
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=America/New_York
    volumes:
      - '/home/xxxx/qbt:/config'
      - '/home/xxxx/INCOMING:/downloads'
    restart: unless-stopped

That should get your started

permalink
report
reply

put the URL in your browser - for example if you wanted to subscribe to lemmyworld@lemmy.world it would be https://lemmy.fmhy.ml/c/lemmyworld@lemmy.world

then just click subscribe!

permalink
report
parent
reply

https://lemmyverse.net/

I have found this community browser to be the best.

permalink
report
reply

Agree. I had to do some reading to fully understand the fediverse. If there was a portal that just assigned users to a random instance and then put them directly into a community database for them to sub across multiple instances it would be a much easier on boarding.

permalink
report
parent
reply

kbin is having some issues with the influx of new users. will all smooth out over the coming days / weeks as servers scale and stabilize

permalink
report
parent
reply

servers being overloaded right now, it will smooth out

permalink
report
parent
reply