[PR #528] [MERGED] Patch Netbird Script | Container Boot-Check | Debian/Ubuntu Only #2577

Closed
opened 2025-11-20 05:30:44 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/528
Author: @MickLesk
Created: 11/26/2024
Status: Merged
Merged: 11/27/2024
Merged by: @MickLesk

Base: mainHead: netbird_patch


📝 Commits (4)

📊 Changes

2 files changed (+29 additions, -6 deletions)

View changed files

📝 json/add-netbird-lxc.json (+7 -3)
📝 misc/add-netbird-lxc.sh (+22 -3)

📄 Description

Description

  • Added a check if the container is stopped -> starting it
  • Added a check for debian/ubuntu -> if not, script exit (alpine not allowed)
  • Update Documentation on website

Fixes #335

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/528 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/26/2024 **Status:** ✅ Merged **Merged:** 11/27/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `netbird_patch` --- ### 📝 Commits (4) - [`dbdb3d8`](https://github.com/community-scripts/ProxmoxVE/commit/dbdb3d8ffcddcada85321837710f8c19021b8518) Update Add-Netbird - [`bc7e493`](https://github.com/community-scripts/ProxmoxVE/commit/bc7e49340e524e063b59baf3261446b1b8a50e53) Improve Netbird Json for website - [`32fc239`](https://github.com/community-scripts/ProxmoxVE/commit/32fc2395f189d602fc41bb4a04b5afcb962861bf) remove dev comments - [`51de8c8`](https://github.com/community-scripts/ProxmoxVE/commit/51de8c825732e81eafbd1f9871449fe891f8f619) Change copyright ### 📊 Changes **2 files changed** (+29 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `json/add-netbird-lxc.json` (+7 -3) 📝 `misc/add-netbird-lxc.sh` (+22 -3) </details> ### 📄 Description ## Description - Added a check if the container is stopped -> starting it - Added a check for debian/ubuntu -> if not, script exit (alpine not allowed) - Update Documentation on website Fixes #335 ## Type of change Please check the relevant option(s): - [x] 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>
saavagebueno added the pull-request label 2025-11-20 05:30:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2577