[PR #1662] [CLOSED] New Script: zoneminder #3150

Closed
opened 2025-11-20 05:33:40 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1662
Author: @connorjfarrell
Created: 1/21/2025
Status: Closed

Base: mainHead: connorjfarrell/zoneminder


📝 Commits (10+)

📊 Changes

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

View changed files

ct/zoneminder.sh (+60 -0)
install/zoneminder-install.sh (+67 -0)
json/zoneminder.json (+34 -0)

📄 Description

✍️ Description

Create ZoneMinder CT script

creates ubuntu 22.04 CT w/ mariadb+zoneminder (installed via apt ref. PPA repo). Based on: https://zoneminder.readthedocs.io/en/stable/installationguide/ubuntu.html#ubuntu-22-04-jammy


  • Related Issue: #
  • Related PR: #
  • Related Discussion: #978

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)

Provide any extra context or screenshots about the feature or fix here.


🔄 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/1662 **Author:** [@connorjfarrell](https://github.com/connorjfarrell) **Created:** 1/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `connorjfarrell/zoneminder` --- ### 📝 Commits (10+) - [`0da98be`](https://github.com/community-scripts/ProxmoxVE/commit/0da98be2ef12da2bf68f844d5b3f61efbc46b665) Create json file - [`5023b84`](https://github.com/community-scripts/ProxmoxVE/commit/5023b8468d778b7d3f099683b3bd1a7e8c9b1884) create zoneminder.sh - [`d5c28b6`](https://github.com/community-scripts/ProxmoxVE/commit/d5c28b632bde7dff678976b1ba99adfd27fa466c) Create zoneminder-install.sh - [`215b605`](https://github.com/community-scripts/ProxmoxVE/commit/215b605099ce7bacffb6026242e34e308d8fe350) modified: misc/build.func - [`90d8ee2`](https://github.com/community-scripts/ProxmoxVE/commit/90d8ee2a385ef98f615ccc4cb8a3d73d387867fc) Need to actually run zoneminder-install.sh - [`0b6fe6e`](https://github.com/community-scripts/ProxmoxVE/commit/0b6fe6e5e36e5d36b4b968b6145288c2b07a6107) Update zoneminder.sh - [`7691253`](https://github.com/community-scripts/ProxmoxVE/commit/7691253739991e633d2bb4c3faf9e9785de2b894) Update zoneminder.json - [`b7a99e6`](https://github.com/community-scripts/ProxmoxVE/commit/b7a99e6bae861d691391d5688838ca7240bfd4a8) Update zoneminder.sh - [`2fd1566`](https://github.com/community-scripts/ProxmoxVE/commit/2fd156686edf92e3b0344a304be7087ba4d940f5) Update zoneminder.sh - [`445baab`](https://github.com/community-scripts/ProxmoxVE/commit/445baab1ef045a7f3a32e8d5b542fecd489adfd9) Update zoneminder.sh ### 📊 Changes **3 files changed** (+161 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/zoneminder.sh` (+60 -0) ➕ `install/zoneminder-install.sh` (+67 -0) ➕ `json/zoneminder.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description Create ZoneMinder CT script creates ubuntu 22.04 CT w/ mariadb+zoneminder (installed via apt ref. PPA repo). Based on: https://zoneminder.readthedocs.io/en/stable/installationguide/ubuntu.html#ubuntu-22-04-jammy - - - - Related Issue: # - Related PR: # - Related Discussion: #978 - - - ## ✅ 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) Provide any extra context or screenshots about the feature or fix here. --- <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:33:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3150