[PR #2662] [MERGED] web-check #3895

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2662
Author: @CrazyWolf13
Created: 2/26/2025
Status: Merged
Merged: 2/27/2025
Merged by: @MickLesk

Base: mainHead: add-webcheck


📝 Commits (10+)

📊 Changes

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

View changed files

ct/web-check.sh (+41 -0)
install/web-check-install.sh (+159 -0)
json/web-check.json (+34 -0)

📄 Description

✍️ Description

This PR add webcheck.

We use this repo: https://github.com/Lissy93/web-check instead of https://github.com/xray-web/web-check-free even though the owner announced, that development will continue there, because the first repo is more up-to date.

I'll actively monitor both and change if needed.

Also the repo is currenlty using a fork located here: https://github.com/CrazyWolf13/web-check until this PR to fix screenshot is merged: https://github.com/Lissy93/web-check/pull/228

I could also do this via echo and just rewrite the file, but I think like this it's better fitting.

Link: https://github.com/orgs/community-scripts/projects/9?pane=issue&itemId=98994695

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)


🔄 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/2662 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `add-webcheck` --- ### 📝 Commits (10+) - [`b1ac8a9`](https://github.com/community-scripts/ProxmoxVE/commit/b1ac8a9f93b7c0666650e6f5402d94d0a6ef275a) add: web-check-install.sh - [`837f11c`](https://github.com/community-scripts/ProxmoxVE/commit/837f11c7de153b093b6ae0aa7fc1c94b299c1fd2) add: web-check.sh - [`2ff6915`](https://github.com/community-scripts/ProxmoxVE/commit/2ff6915defa7b7d211365c420a1d768414a43976) Create web-check.json - [`5fe7178`](https://github.com/community-scripts/ProxmoxVE/commit/5fe717893a6e82a343ba902c7a1aebba3eb4ab1c) Update web-check-install.sh - [`82d8c16`](https://github.com/community-scripts/ProxmoxVE/commit/82d8c16f307bfbcb9544596e9945895b4bb69776) Update web-check-install.sh - [`0239ea9`](https://github.com/community-scripts/ProxmoxVE/commit/0239ea9d9003e702c2082432f8835e9ba2e38969) Update web-check-install.sh - [`95ece44`](https://github.com/community-scripts/ProxmoxVE/commit/95ece44b3245ba2f20bcc8c89e1140387635092b) Update web-check.sh - [`01beb32`](https://github.com/community-scripts/ProxmoxVE/commit/01beb321f44a1583440e5c680b2e402d181f7298) Update web-check.json - [`17e411e`](https://github.com/community-scripts/ProxmoxVE/commit/17e411e74bb5590810920d8e4271888eb51ee630) Update web-check.sh - [`d2febfe`](https://github.com/community-scripts/ProxmoxVE/commit/d2febfe0f32bb7b3f981c38de3f03760ac857848) Update web-check-install.sh ### 📊 Changes **3 files changed** (+234 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/web-check.sh` (+41 -0) ➕ `install/web-check-install.sh` (+159 -0) ➕ `json/web-check.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> This PR add webcheck. We use this repo: https://github.com/Lissy93/web-check instead of https://github.com/xray-web/web-check-free even though the owner announced, that development will continue there, because the first repo is more up-to date. I'll actively monitor both and change if needed. Also the repo is currenlty using a fork located here: https://github.com/CrazyWolf13/web-check until this PR to fix screenshot is merged: https://github.com/Lissy93/web-check/pull/228 I could also do this via echo and just rewrite the file, but I think like this it's better fitting. ## 🔗 Related PR / Discussion / Issue Link: https://github.com/orgs/community-scripts/projects/9?pane=issue&itemId=98994695 ## ✅ 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) <!-- Provide extra context, screenshots, or references if needed. --> --- <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:00 +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#3895
No description provided.