[PR #538] [MERGED] New script: SnipeIT LXC #2581

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/538
Author: @michelroegl-brunner
Created: 11/27/2024
Status: Merged
Merged: 12/2/2024
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (4)

  • 4953773 Bare Metal install Script for SnipeIT
  • d1933ff Fixed Copyright Header
  • 20a3084 Worked in all requested Changes and also added the Update function.
  • 632c14d Merge branch 'community-scripts:main' into main

📊 Changes

3 files changed (+232 additions, -0 deletions)

View changed files

ct/snipeit.sh (+94 -0)
install/snipeit-install.sh (+107 -0)
json/snipeit.json (+31 -0)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

I have the Bare Metal install Script for SnipeIT up and running.
You can test it on your Proxmox with this Script: https://raw.githubusercontent.com/michelroegl-brunner/ProxmoxVE/refs/heads/snipeit-bare-metal/ct/snipeit.sh (I´ve changed all links to my personal github for testing)

Thank you for your time for the Review in advance!

Fixes # (issue)

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)

Additional Information (optional)

If there are other pull requests or discussions related to this change, please link them here:

  • Related PR #

🔄 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/538 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 11/27/2024 **Status:** ✅ Merged **Merged:** 12/2/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`4953773`](https://github.com/community-scripts/ProxmoxVE/commit/495377369851af734ebfb5caca75dcb43f421f10) Bare Metal install Script for SnipeIT - [`d1933ff`](https://github.com/community-scripts/ProxmoxVE/commit/d1933ff5b8c84930bd2ac784f6e514982ef9b60a) Fixed Copyright Header - [`20a3084`](https://github.com/community-scripts/ProxmoxVE/commit/20a30848955d5478b0988325682985926ad6a7bc) Worked in all requested Changes and also added the Update function. - [`632c14d`](https://github.com/community-scripts/ProxmoxVE/commit/632c14dce06a7170aa9775998c6f67c5d4764129) Merge branch 'community-scripts:main' into main ### 📊 Changes **3 files changed** (+232 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/snipeit.sh` (+94 -0) ➕ `install/snipeit-install.sh` (+107 -0) ➕ `json/snipeit.json` (+31 -0) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description I have the Bare Metal install Script for SnipeIT up and running. You can test it on your Proxmox with this Script: https://raw.githubusercontent.com/michelroegl-brunner/ProxmoxVE/refs/heads/snipeit-bare-metal/ct/snipeit.sh (I´ve changed all links to my personal github for testing) Thank you for your time for the Review in advance! Fixes # (issue) ## 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) - [X] 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) - [ ] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related PR # --- <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:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2581