Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Latest commit

 

History

History

README.md

wireguard access server argo CD app

Using freifunkMUC/wg-access-server-chart (which is a fork of Place1/wg-access-server) we create a Wireguard based VPN server in k8s.

Create a wireguard keypair

  • install wireguard

    sudo apt-get install wireguard
  • create a key-pair

    wg genkey | tee privatekey | wg pubkey > publickey