gluetun authentication with PIA

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • gluetun

    VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.

  • version: "3.8" services: qbittorrent: container_name: qbittorrent image: linuxserver/qbittorrent restart: unless-stopped network_mode: "service:gluetun" depends_on: - gluetun volumes: - /home/docker/qbittorrent/config:/config - /home/docker/data/torrents:/downloads environment: - PUID=1000 - PGID=1000 gluetun: image: qmcgaw/gluetun container_name: gluetun cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun ports: - 8888:8888/tcp # HTTP proxy - 8388:8388/tcp # Shadowsocks - 8388:8388/udp # Shadowsocks # qbittorrent ports - 8080:8080 - 6881:6881 - 6881:6881/udp restart: unless-stopped volumes: - /home/docker/gluetun:/gluetun environment: # See https://github.com/qdm12/gluetun/wiki - VPN_SERVICE_PROVIDER=private internet access - VPN_TYPE=openvpn - OPENVPN_USER=redacted - OPENVPN_PASSWORD=redacted - SERVER_REGIONS=US California

  • manual-connections

    Scripts for manual connections to Private Internet Access

  • It's a bit of a pain in the butt, but I used the PIA manual connection script to generate a wireguard config file, and then I plugged that into gluetun and now it works great. Was easier than trying to config OpenVPN

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts