By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Added a QR Code next to the wireguard config on site creation for easy scanning/adding to mobile phones (and other devices)
How to test?
Head to Sites
Add Site
Click Basic WireGuard
QR Code should appear on the right as in the image below
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/595
**Author:** [@imbavirus](https://github.com/imbavirus)
**Created:** 4/25/2025
**Status:** ✅ Merged
**Merged:** 4/28/2025
**Merged by:** [@miloschwartz](https://github.com/miloschwartz)
**Base:** `main` ← **Head:** `feature/wireguard-qrcode`
---
### 📝 Commits (4)
- [`6aeddde`](https://github.com/fosrl/pangolin/commit/6aeddde1cdd0c90a6c2a37c5a870a9b0f5f4e2fc) Added QR code to wireguard config for easy scanning on mobile phones
- [`8990de5`](https://github.com/fosrl/pangolin/commit/8990de561890ee352a765cc911924c3b4774e474) added missing package
- [`2a43b3c`](https://github.com/fosrl/pangolin/commit/2a43b3ce4abe540a32470bf075e6fd8274855cef) changed qrcode to react-qr-code
- [`8932441`](https://github.com/fosrl/pangolin/commit/893244100eb6441405fdef597600bacd27d30cd4) removed react-qr-code
### 📊 Changes
**2 files changed** (+29 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `src/app/[orgId]/settings/sites/create/page.tsx` (+12 -2)
➕ `src/components/QRContainer.tsx` (+17 -0)
</details>
### 📄 Description
## Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
## Description
Added a QR Code next to the wireguard config on site creation for easy scanning/adding to mobile phones (and other devices)
## How to test?
- Head to Sites
- Add Site
- Click Basic WireGuard
- QR Code should appear on the right as in the image below

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/595
Author: @imbavirus
Created: 4/25/2025
Status: ✅ Merged
Merged: 4/28/2025
Merged by: @miloschwartz
Base:
main← Head:feature/wireguard-qrcode📝 Commits (4)
6aedddeAdded QR code to wireguard config for easy scanning on mobile phones8990de5added missing package2a43b3cchanged qrcode to react-qr-code8932441removed react-qr-code📊 Changes
2 files changed (+29 additions, -2 deletions)
View changed files
📝
src/app/[orgId]/settings/sites/create/page.tsx(+12 -2)➕
src/components/QRContainer.tsx(+17 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Added a QR Code next to the wireguard config on site creation for easy scanning/adding to mobile phones (and other devices)
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.