[PR #813] Moodle #197

Open
opened 2025-09-09 19:44:35 -05:00 by giteasync · 0 comments

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVED/pull/813
Author: @EEJoshua
Created: 8/18/2025
Status: 🔄 Open

Base: mainHead: moodle


📝 Commits (10+)

📊 Changes

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

View changed files

ct/moodle.sh (+56 -0)
frontend/public/json/moodle.json (+39 -0)
install/moodle-install.sh (+156 -0)

📄 Description

🛑 New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.


✍️ Description

Install script for moodle

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 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.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines
  • Uses correct script structure (AppName.sh, AppName-install.sh, AppName.json)
  • No hardcoded credentials

📋 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/ProxmoxVED/pull/813 **Author:** [@EEJoshua](https://github.com/EEJoshua) **Created:** 8/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `moodle` --- ### 📝 Commits (10+) - [`e026e6e`](https://github.com/community-scripts/ProxmoxVED/commit/e026e6ef46c0b7742d5a5ba26c6c606df630035e) Initial scripts - [`4831c9d`](https://github.com/community-scripts/ProxmoxVED/commit/4831c9dc46a7b72880f417957985fca4fc476c2a) url edits - [`2aedfcd`](https://github.com/community-scripts/ProxmoxVED/commit/2aedfcda8636fa7f782384e0a684acfc2e7f471c) url update - [`d46bfa6`](https://github.com/community-scripts/ProxmoxVED/commit/d46bfa64ac60466b5d60d5ec50869802fb45d143) msg cleanup - [`6d88557`](https://github.com/community-scripts/ProxmoxVED/commit/6d8855700341e8910a2b9ed94b223f6ded99e0e4) var bug - [`df3e81b`](https://github.com/community-scripts/ProxmoxVED/commit/df3e81b781aba9868e850c2e20678fce1cf598c1) Branch selection fix - [`d72b56c`](https://github.com/community-scripts/ProxmoxVED/commit/d72b56c3f2cf3557e3520137809e7d576fed7e60) msg fix - [`4b5cf6a`](https://github.com/community-scripts/ProxmoxVED/commit/4b5cf6aa94fce4927a561e3ce7478aade91e8f45) Revert urls - [`9a96648`](https://github.com/community-scripts/ProxmoxVED/commit/9a96648ff10942b87d2457c77266c8dd7d04dd1c) Unnecessary prints - [`3f06a86`](https://github.com/community-scripts/ProxmoxVED/commit/3f06a86871021af5859f5ec7e1ebb08de00145bd) Update script fix ### 📊 Changes **3 files changed** (+251 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/moodle.sh` (+56 -0) ➕ `frontend/public/json/moodle.json` (+39 -0) ➕ `install/moodle-install.sh` (+156 -0) </details> ### 📄 Description 🛑 **New scripts must first be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing.** PRs for new scripts that skip this process will be closed. --- ## ✍️ Description Install script for moodle ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No breaking changes** – Existing functionality remains intact. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **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. - [X] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- ## 🔍 Code & Security Review (**X** in brackets) - [X] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** - [X] **Uses correct script structure (`AppName.sh`, `AppName-install.sh`, `AppName.json`)** - [X] **No hardcoded credentials** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-09 19:44:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: community-scripts/ProxmoxVED#197
No description provided.