[PR #595] [MERGED] Added QR code to wireguard config for easy scanning on mobile phones #28010

Closed
opened 2026-06-10 23:37:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: feature/wireguard-qrcode


📝 Commits (4)

  • 6aeddde Added QR code to wireguard config for easy scanning on mobile phones
  • 8990de5 added missing package
  • 2a43b3c changed qrcode to react-qr-code
  • 8932441 removed 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?

  • Head to Sites
  • Add Site
  • Click Basic WireGuard
  • QR Code should appear on the right as in the image below

image


🔄 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 ![image](https://github.com/user-attachments/assets/851cb347-e2ee-4403-8cc3-e544f66ccb2d) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-10 23:37:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#28010