Feature #15647
openInclude ability to generate Configuration file and QR Code for wireguard configuration
0%
Description
The idea is to make Wireguard configuration and client provisioning easier, similar to how Unifi (or others) handle configuration where you configure your tunnel and peers and then generate a file and/or QR code for the peer following their format, documented here: https://github.com/pirate/wireguard-docs?tab=readme-ov-file#Config-Reference
Having the ability to export a file that contains the values and can be customized can help greatly with provisioning, further adding the ability to generate a QR code would make provisioning mobile clients much easier.
One way to address the QR code would be to use one of the open source QR code generators - this could be a package or one of the html based qr encoders
- Example: this runs completely offline using only HTML: https://github.com/six-two/qr.html ("Unlicense" - public domain, free license)
- Example: npm package: qr-creator
Updated by Sean M 4 months ago
Reference: https://redmine.pfsense.org/issues/15648
Updated by Jim Thompson 4 months ago
- Assignee changed from Christian McDonald to Jim Thompson
- Target version set to 2.8.0
- Plus Target Version set to Plus-Next