[PR #1753] [CLOSED] New Script: IT-Tools #3195

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1753
Author: @nicedevil007
Created: 1/25/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

5 files changed (+149 additions, -6 deletions)

View changed files

ct/alpine-it-tools.sh (+55 -0)
📝 ct/beszel.sh (+1 -1)
install/alpine-it-tools-install.sh (+54 -0)
json/it-tools.json (+34 -0)
📝 misc/build.func (+5 -5)

📄 Description

✍️ Description

Create a new script to install IT-Tools. It is just a simple static page that can be hosted behind a nginx.
I used alpine for minimalistic ressource needs.

Main Github for this page: https://github.com/CorentinTh/it-tools

I hope the CT/Install file is "enough" nowadays? As tteck was alive I just gave him those 2 files. I don't know what kind of ASCII font you are using right now, hope that can be managed by someone else?

If you need a description for the homepage:
IT-Tools is a web-based suite of utilities designed to streamline and simplify various IT tasks, providing tools for developers and system administrators to manage their workflows efficiently.

The website is reachable over port 80 after installation.

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)

Looks like this:
image

Resource needs after fresh installation:
image


🔄 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/1753 **Author:** [@nicedevil007](https://github.com/nicedevil007) **Created:** 1/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`7453e0a`](https://github.com/community-scripts/ProxmoxVE/commit/7453e0ad7c0dc6e5a29f71816ed943ed134740ac) Create alpine-it-tools-install.sh - [`fd68863`](https://github.com/community-scripts/ProxmoxVE/commit/fd68863233f2d76dbd3ce59aa01164a14534144c) Create alpine-it-tools.sh - [`7c6aab6`](https://github.com/community-scripts/ProxmoxVE/commit/7c6aab61a3a5bf9aa019fa1cfcec1c9fac9e217b) Update alpine-it-tools.sh - [`815d78d`](https://github.com/community-scripts/ProxmoxVE/commit/815d78d171e4f0f826093d678a6fd3b651d100b6) Create it-tools.json - [`6ac9f1a`](https://github.com/community-scripts/ProxmoxVE/commit/6ac9f1abfb843e50b828584a2fdbf9377ab9f911) Update it-tools.json - [`2883e7c`](https://github.com/community-scripts/ProxmoxVE/commit/2883e7c2f590b533aa13fb182c9402421e65bec1) Update beszel.sh - [`a9a4272`](https://github.com/community-scripts/ProxmoxVE/commit/a9a4272534353b726aadeafd6e0d3ac709870945) Update alpine-it-tools.sh - [`045dc97`](https://github.com/community-scripts/ProxmoxVE/commit/045dc972eb458a43d28a4c7c76bf90607740ede8) Update alpine-it-tools.sh - [`d45b9d2`](https://github.com/community-scripts/ProxmoxVE/commit/d45b9d2f5fdbb9514fae7b67a014af01dd7e2e5e) Update alpine-it-tools-install.sh - [`68bf6cd`](https://github.com/community-scripts/ProxmoxVE/commit/68bf6cdfce113cf89174c4124113811d51f3d321) Update alpine-it-tools-install.sh ### 📊 Changes **5 files changed** (+149 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `ct/alpine-it-tools.sh` (+55 -0) 📝 `ct/beszel.sh` (+1 -1) ➕ `install/alpine-it-tools-install.sh` (+54 -0) ➕ `json/it-tools.json` (+34 -0) 📝 `misc/build.func` (+5 -5) </details> ### 📄 Description ## ✍️ Description Create a new script to install IT-Tools. It is just a simple static page that can be hosted behind a nginx. I used alpine for minimalistic ressource needs. Main Github for this page: https://github.com/CorentinTh/it-tools I hope the CT/Install file is "enough" nowadays? As tteck was alive I just gave him those 2 files. I don't know what kind of ASCII font you are using right now, hope that can be managed by someone else? If you need a description for the homepage: _IT-Tools is a web-based suite of utilities designed to streamline and simplify various IT tasks, providing tools for developers and system administrators to manage their workflows efficiently._ The website is reachable over **port 80** after installation. ## ✅ 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) Looks like this: ![image](https://github.com/user-attachments/assets/e67c4b20-3d3e-48a6-b1f1-383d0129a5ce) Resource needs after fresh installation: ![image](https://github.com/user-attachments/assets/adb3f9ba-456e-4344-b4f6-043e11e4fdfa) --- <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:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3195