[PR #2902] [CLOSED] New Script: Wazuh #4025

Closed
opened 2026-02-26 13:35:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2902
Author: @omiinaya
Created: 3/7/2025
Status: Closed

Base: mainHead: main


📝 Commits (6)

  • f654730 Added Wazuh script
  • 025a8c8 not updateable for now.
  • 8cc58bf header not needed, will be generated after merge
  • cb88be3 Making requested changes and testing before uploading on proper repo.
  • 21d010e .
  • a7db7e3 changing scripts to dev mode for testing.

📊 Changes

314 files changed (+445 additions, -332 deletions)

View changed files

📝 .github/CONTRIBUTOR_AND_GUIDES/CODE-AUDIT.md (+1 -1)
📝 .github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md (+1 -1)
📝 .github/CONTRIBUTOR_AND_GUIDES/USER_SUBMITTED_GUIDES.md (+1 -1)
📝 .github/CONTRIBUTOR_AND_GUIDES/ct/AppName.md (+1 -1)
📝 .github/CONTRIBUTOR_AND_GUIDES/ct/AppName.sh (+1 -1)
📝 .github/workflows/backup/validate-scripts.yml.bak (+1 -1)
📝 .github/workflows/script-test.yml (+1 -1)
📝 .github/workflows/script_format.yml (+2 -2)
📝 .github/workflows/scripts/app-test/pr-build.func (+3 -3)
📝 CHANGELOG.md (+1 -1)
📝 README.md (+1 -1)
📝 ct/2fauth.sh (+1 -1)
📝 ct/actualbudget.sh (+1 -1)
📝 ct/adguard.sh (+1 -1)
📝 ct/adventurelog.sh (+1 -1)
📝 ct/agentdvr.sh (+1 -1)
📝 ct/alpine-docker.sh (+1 -1)
📝 ct/alpine-grafana.sh (+1 -1)
📝 ct/alpine-it-tools.sh (+1 -1)
📝 ct/alpine-nextcloud.sh (+1 -1)

...and 80 more files

📄 Description

✍️ Description

Added header, ct, json and install script for Wazuh, as required by the contribution guidelines.

Link: # N/A

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)

Made this for myself, figured I would share. More scripts to come :)


🔄 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/2902 **Author:** [@omiinaya](https://github.com/omiinaya) **Created:** 3/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`f654730`](https://github.com/community-scripts/ProxmoxVE/commit/f6547303361d7d80f777044683c4d099ca2be74c) Added Wazuh script - [`025a8c8`](https://github.com/community-scripts/ProxmoxVE/commit/025a8c8df3619b80d556d2026b03b71ecd37e06a) not updateable for now. - [`8cc58bf`](https://github.com/community-scripts/ProxmoxVE/commit/8cc58bff54f1979ce29c4d103d5af5fd4bb0606d) header not needed, will be generated after merge - [`cb88be3`](https://github.com/community-scripts/ProxmoxVE/commit/cb88be3159d5376b9f03241cbdda671bced402a2) Making requested changes and testing before uploading on proper repo. - [`21d010e`](https://github.com/community-scripts/ProxmoxVE/commit/21d010e2800b71d7292d7beddfe55fe0c437e4f9) . - [`a7db7e3`](https://github.com/community-scripts/ProxmoxVE/commit/a7db7e398ddf8a9d21a95268ace814daa232e4d7) changing scripts to dev mode for testing. ### 📊 Changes **314 files changed** (+445 additions, -332 deletions) <details> <summary>View changed files</summary> 📝 `.github/CONTRIBUTOR_AND_GUIDES/CODE-AUDIT.md` (+1 -1) 📝 `.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md` (+1 -1) 📝 `.github/CONTRIBUTOR_AND_GUIDES/USER_SUBMITTED_GUIDES.md` (+1 -1) 📝 `.github/CONTRIBUTOR_AND_GUIDES/ct/AppName.md` (+1 -1) 📝 `.github/CONTRIBUTOR_AND_GUIDES/ct/AppName.sh` (+1 -1) 📝 `.github/workflows/backup/validate-scripts.yml.bak` (+1 -1) 📝 `.github/workflows/script-test.yml` (+1 -1) 📝 `.github/workflows/script_format.yml` (+2 -2) 📝 `.github/workflows/scripts/app-test/pr-build.func` (+3 -3) 📝 `CHANGELOG.md` (+1 -1) 📝 `README.md` (+1 -1) 📝 `ct/2fauth.sh` (+1 -1) 📝 `ct/actualbudget.sh` (+1 -1) 📝 `ct/adguard.sh` (+1 -1) 📝 `ct/adventurelog.sh` (+1 -1) 📝 `ct/agentdvr.sh` (+1 -1) 📝 `ct/alpine-docker.sh` (+1 -1) 📝 `ct/alpine-grafana.sh` (+1 -1) 📝 `ct/alpine-it-tools.sh` (+1 -1) 📝 `ct/alpine-nextcloud.sh` (+1 -1) _...and 80 more files_ </details> ### 📄 Description ## ✍️ Description Added header, ct, json and install script for Wazuh, as required by the contribution guidelines. ## 🔗 Related PR / Discussion / Issue Link: # N/A ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [x] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. ## 📋 Additional Information (optional) Made this for myself, figured I would share. More scripts to come :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:35:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#4025
No description provided.