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

  • 102 Posts
  • 284 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.










  • While I’ve absolutely no doubt the CIA does all sorts of heinous shit around the world, I just don’t buy the theory behind so-called color revolutions. If the CIA were able to incite populist revolutions on a whim, there would be a LOT more of them. Sure, they do their very best to encourage them, but you need more than just guns and money to build a movement big enough to topple a government. You need a lot of people.

    IMO in most claimed cases of ‘color revolutions’, the local sentiment was already there, just waiting for an inciting event. I do agree that US sanctions can help create those types of conditions, but once that happens its looking a lot more like a standard US regime change operation rather than a color revolution created by CIA psyops tbh.

    But more importantly, from an anarchist perspective, it’s suspiciously convenient and self-serving to immediately blame every popular uprising against AES authoritarian states on the CIA, rather than on whichever oppressive regime is actually running the country. Iran is a perfect example of that. Cuba has also been under sanctions for decades without turning into a vile theocracy that treats women like property. So long as governments treat their citizens well, like Cuba generally does, a “color revolution” will never be possible there.

    Btw, the theory of color revolutions was an invention of infamous conspiracy theorist, and perennial presidential candidate, Lyndon LaRouche. There’s a good (quite long) video on this topic here if anyone wants to go down the rabbit hole: https://www.youtube.com/watch?v=7OFyn_KSy80.