Nordlynx and qbit not working.. any ideas?

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

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

  • services: nordlynx: image: bubuntux/nordlynx:latest container_name: nordlynx restart: unless-stopped healthcheck: test: ["CMD-SHELL", "curl https://api.nordvpn.com/vpn/check/full | grep '\"status\":\"Protected\"' && exit 0 || exit 1"] cap_add: - NET_ADMIN # Required sysctls: - net.ipv6.conf.all.disable_ipv6=1 networks: - bridge-lan ports: - 8082:8082 # qBittorrent - 6881:6881 # qBittorrent - 6881:6881/udp # qBittorrent environment: # Review and enter Country Code to whatever country you would like https://github.com/azinchen/nordvpn/blob/master/COUNTRIES.md - QUERY=filters[country_id]=227&filters[servers_groups][identifier]=legacy_p2p&filters[servers_technologies][identifier]=wireguard_udp # Review Environment Variables - https://github.com/bubuntux/nordlynx - PRIVATE_KEY=${PRIVATE_KEY} - NET_LOCAL=192.168.0.0/24 - TZ=${TZ} - PUID=${PUID} - PGID=${PGID} dns: # Point to PiHole - 192.168.0.250 - 192.168.0.251 ulimits: # Recommended for High bandwidth scenarios memlock: soft: -1 hard: -1

  • nordvpn

    NordVPN Docker Client (by azinchen)

  • services: nordlynx: image: bubuntux/nordlynx:latest container_name: nordlynx restart: unless-stopped healthcheck: test: ["CMD-SHELL", "curl https://api.nordvpn.com/vpn/check/full | grep '\"status\":\"Protected\"' && exit 0 || exit 1"] cap_add: - NET_ADMIN # Required sysctls: - net.ipv6.conf.all.disable_ipv6=1 networks: - bridge-lan ports: - 8082:8082 # qBittorrent - 6881:6881 # qBittorrent - 6881:6881/udp # qBittorrent environment: # Review and enter Country Code to whatever country you would like https://github.com/azinchen/nordvpn/blob/master/COUNTRIES.md - QUERY=filters[country_id]=227&filters[servers_groups][identifier]=legacy_p2p&filters[servers_technologies][identifier]=wireguard_udp # Review Environment Variables - https://github.com/bubuntux/nordlynx - PRIVATE_KEY=${PRIVATE_KEY} - NET_LOCAL=192.168.0.0/24 - TZ=${TZ} - PUID=${PUID} - PGID=${PGID} dns: # Point to PiHole - 192.168.0.250 - 192.168.0.251 ulimits: # Recommended for High bandwidth scenarios memlock: soft: -1 hard: -1

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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