[PR #261] [MERGED] Update Wireguard LXC - Information about WGDashboard added #2527

Closed
opened 2026-02-05 05:00:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/261
Author: @MickLesk
Created: 11/15/2024
Status: Merged
Merged: 11/16/2024
Merged by: @MickLesk

Base: mainHead: MickLesk-patch-wireguard


📝 Commits (10+)

📊 Changes

3 files changed (+22 additions, -4 deletions)

View changed files

📝 ct/wireguard.sh (+1 -1)
📝 install/wireguard-install.sh (+13 -0)
📝 json/wireguard.json (+8 -3)

📄 Description

Description

  1. Added wg0.conf as default in /etc/wireguard
  2. Added Documentation (Wiki-Page) about WGDashboard vs. Wireguard
  3. Remove (admin|admin) - to harmonize the script to others. As always, login details are available on the website

Fixes # (issue)
https://github.com/community-scripts/ProxmoxVE/issues/245

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/community-scripts/ProxmoxVE/pull/261 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/15/2024 **Status:** ✅ Merged **Merged:** 11/16/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `MickLesk-patch-wireguard` --- ### 📝 Commits (10+) - [`582d6fc`](https://github.com/community-scripts/ProxmoxVE/commit/582d6fc06a1d689d896225e672d0d4d06d7350e3) Update wireguard-install.sh - [`02714b2`](https://github.com/community-scripts/ProxmoxVE/commit/02714b2c4162b0088082efb5e90ea888a5c53f09) Update wireguard.json (Add Documentation & Infos) - [`89f84a0`](https://github.com/community-scripts/ProxmoxVE/commit/89f84a015ba6e3b86ec87f5d9ed85ca174c18914) Remove admin|admin - [`31071c9`](https://github.com/community-scripts/ProxmoxVE/commit/31071c978f6965921b010a8f2b3b9be4175ab46e) Naming - [`910ab78`](https://github.com/community-scripts/ProxmoxVE/commit/910ab7800c93ba5268bb51c78a26297f2aa41fd9) Naming 2 - [`0c1bf27`](https://github.com/community-scripts/ProxmoxVE/commit/0c1bf27568bc1a9f247b859ee22bbeef37b5f900) Update json/wireguard.json - [`aee50c3`](https://github.com/community-scripts/ProxmoxVE/commit/aee50c351558b575cb5cd897eea7b8d6272eb8c7) Update json/wireguard.json - [`3ec4410`](https://github.com/community-scripts/ProxmoxVE/commit/3ec4410e984f37be9774605dcf4521daa545ecca) Update wireguard.json - [`6cd5352`](https://github.com/community-scripts/ProxmoxVE/commit/6cd53527f547fe3c2c4ce14873044cd2ad12f513) Update json/wireguard.json - [`0290783`](https://github.com/community-scripts/ProxmoxVE/commit/0290783b36b80ac3d500860536d56c787c9e0b19) remove empty note ### 📊 Changes **3 files changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `ct/wireguard.sh` (+1 -1) 📝 `install/wireguard-install.sh` (+13 -0) 📝 `json/wireguard.json` (+8 -3) </details> ### 📄 Description ## Description 1. Added wg0.conf as default in /etc/wireguard 2. Added Documentation (Wiki-Page) about WGDashboard vs. Wireguard 3. Remove (admin|admin) - to harmonize the script to others. As always, login details are available on the website Fixes # (issue) https://github.com/community-scripts/ProxmoxVE/issues/245 ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [x] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:00:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2527