Unruffled [they/them]

wiki-user: unruffled

“In every State, the government is nothing but a permanent conspiracy on the part of the minority against the majority, which it enslaves and fleeces.”

- Mikhail Bakunin

Queer/trans gender abolitionist | anarchist | piracy enthusiast

aspe:keyoxide.org:LSZT4AL3BUPMJZGHIJAVZAJLHY

  • 205 Posts
  • 600 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle








  • Here another option using wireguard with protonvpn and a docker extension to update the proton port forwarding port.

    You would just need to update the volume mounts per your system.

    # docker-compose.yml
    
      gluetun:
        image: qmcgaw/gluetun:latest
        container_name: gluetun
        cap_add:
          - NET_ADMIN
        environment:
          - PUID=${PUID}
          - PGID=${PGID}
          - TZ=${TZ}
          - VPN_SERVICE_PROVIDER=protonvpn
          - SERVER_COUNTRIES=Canada
          - VPN_TYPE=wireguard
          - WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY}
          - VPN_PORT_FORWARDING=on
          - PORT_FORWARD_ONLY=on
        ports:
          - 8888:8888 # Gluetun HTTP proxy port
          - 8000:8000 # Gluetun HTTP control server
          - 8080:8080 # qBittorrent WebUI port
        volumes:
          - /docker/appdata/gluetun:/config  
          - /docker/appdata/gluetun/config.toml:/gluetun/auth/config.toml
        restart: unless-stopped
    
      qbittorrent:
        image: lscr.io/linuxserver/qbittorrent:latest
        container_name: qbittorrent
        environment:
          - PUID=${PUID}
          - PGID=${PGID}
          - TZ=${TZ}
          - WEBUI_PORT=8080
          - DOCKER_MODS=ghcr.io/t-anc/gsp-qbittorent-gluetun-sync-port-mod:main|ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest
          - GSP_GTN_API_KEY=YOUR_DOCKERMOD_APIKEY
        healthcheck:
          test: ["CMD", "curl", "--fail", "--silent", "http://localhost:8080/"]
          interval: 30s
          timeout: 10s
          retries: 5
        depends_on:
          gluetun:
            condition: service_healthy # Wait for VPN to be up first
        volumes:
          - /docker/appdata/qbittorrent:/config
          - ${DATA_PATH}:/data
        restart: unless-stopped  
        network_mode: service:gluetun
    
    # config.toml for docker extension
    
    [[roles]]
    name = "t-anc/GSP-Qbittorent-Gluetun-sync-port-mod"
    routes = ["GET /v1/portforward"]
    auth = "apikey"
    apikey = "YOUR_DOCKERMOD_APIKEY"
    

    This setup works flawlessly for me, even with Proton switching ports each time I reconnect.






  • Yeah conspiracy theories are really not needed to explain 911. It’s the fuck around and find out principle. If the US keep dropping bombs and killing innocents, then they can’t act all surprised when the families and friends of their victims seek retribution.

    I also think Trump’s decision to strike Iran is a conscious choice to increase the level of violence and conflict around the world, to justify the increasing militarization, surveillance and fascism of many western governments. I reckon he’d like nothing better than another 911 before the next election (for obvious reasons), and he’s doing everything he can to increase the odds of something similar happening.








  • Nobody said Hamas was perfect. But dont forget the main reason Hamas is classified by the west as a terrorist organisation is because that’s how Israel likes it. That’s why they installed them into power in the first place. It gives them carte blanche to murder the fuck out of them, while western allies turn a blind eye to the killing of more terroristsbrown people. If you think of Hamas as freedom fighters against a genocidal colonial occupier then things really start to take on a different perspective.