[PR #2097] [MERGED] New Script: Opnsense VM #3422

Closed
opened 2025-11-20 06:04:43 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2097
Author: @michelroegl-brunner
Created: 2/6/2025
Status: Merged
Merged: 2/11/2025
Merged by: @MickLesk

Base: mainHead: opensense_vm


📝 Commits (10+)

📊 Changes

2 files changed (+716 additions, -0 deletions)

View changed files

json/opnsense-vm.json (+39 -0)
vm/opnsense-vm.sh (+677 -0)

📄 Description

✍️ Description

This adds a new Script for OpnSense.



Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

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

📋 Additional Information (optional)


🔄 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/2097 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 2/6/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `opensense_vm` --- ### 📝 Commits (10+) - [`50c04c5`](https://github.com/community-scripts/ProxmoxVE/commit/50c04c5662a078cb532b9165f53fde6d09365b1a) New Script: Opnsense VM - [`28b7218`](https://github.com/community-scripts/ProxmoxVE/commit/28b7218b68e35c3aae8c5dde4beeefc66ebf608e) update json - [`76e3ed0`](https://github.com/community-scripts/ProxmoxVE/commit/76e3ed0148da074d3b0ed18ba2461ca52168f74b) update json - [`4be0445`](https://github.com/community-scripts/ProxmoxVE/commit/4be0445bbb04559e95ad41c0852a91729fcdfa43) update opensens-vm.sh - [`1d48197`](https://github.com/community-scripts/ProxmoxVE/commit/1d48197083d7e1624bd8ac80b1f6f069dd20b718) update opensens-vm.sh - [`06913cc`](https://github.com/community-scripts/ProxmoxVE/commit/06913cc3ef39425505eeb1e8aaf5b694ca169f9c) update opensens-vm.sh - [`9b9a3fa`](https://github.com/community-scripts/ProxmoxVE/commit/9b9a3fadb63a242dc5eafb445818d9bdc7a79e0d) update opensens-vm.sh - [`669aa4f`](https://github.com/community-scripts/ProxmoxVE/commit/669aa4fc8444d5c654ed9438fdb99605a8164c91) update opensens-vm.sh - [`c7ca071`](https://github.com/community-scripts/ProxmoxVE/commit/c7ca071a1b5a71440a350b7974ab327a997a827d) update opensens-vm.sh - [`20fd1e5`](https://github.com/community-scripts/ProxmoxVE/commit/20fd1e5a8393395b078accf111b3fc3e783291c0) Update opnsense-vm.sh ### 📊 Changes **2 files changed** (+716 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `json/opnsense-vm.json` (+39 -0) ➕ `vm/opnsense-vm.sh` (+677 -0) </details> ### 📄 Description ## ✍️ Description This adds a new Script for OpnSense. - - - - Related Issue: #2104 - Related Discussion: #182 - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [X] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) --- <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 06:04:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3422