[PR #800] Overleaf #202

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

📋 Pull Request Information

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

Base: mainHead: overleaf


📝 Commits (10+)

📊 Changes

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

View changed files

ct/overleaf.sh (+47 -0)
frontend/public/json/overleaf.json (+36 -0)
install/overleaf-install.sh (+58 -0)

📄 Description

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


✍️ Description

Add helper script to install overleaf LXC

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/800 **Author:** [@EEJoshua](https://github.com/EEJoshua) **Created:** 8/17/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `overleaf` --- ### 📝 Commits (10+) - [`014af7d`](https://github.com/community-scripts/ProxmoxVED/commit/014af7d3f50940dd2e39d82699ad537f28d4d411) Initial test - [`cee799e`](https://github.com/community-scripts/ProxmoxVED/commit/cee799ee0cdcfab785bbf44407ec922c3ff50e61) Link update - [`3225520`](https://github.com/community-scripts/ProxmoxVED/commit/322552056c63f63baf69dae1fe078edef5b93772) source line - [`8dbc486`](https://github.com/community-scripts/ProxmoxVED/commit/8dbc48616daa7d8324d815307d3b46d15fad0e0a) Make install silent - [`49ad544`](https://github.com/community-scripts/ProxmoxVED/commit/49ad54466f2bd49b19f0b0c03ad5e2fff449adbc) Make update silent - [`07fa8d8`](https://github.com/community-scripts/ProxmoxVED/commit/07fa8d8b495370e5191f7debb8168f694ea5c1f1) Unnecessary messages - [`c00a071`](https://github.com/community-scripts/ProxmoxVED/commit/c00a071ac70168161a2b1d6e5a08f65f8c8dcd39) script updates - [`8264906`](https://github.com/community-scripts/ProxmoxVED/commit/8264906f61b5e1b2c8bd2b72bbf1c459f125453e) Move message - [`f5b6088`](https://github.com/community-scripts/ProxmoxVED/commit/f5b6088315835ba8e8a3d2bac8c910f92b2dd32e) Cosmetics - [`ee72fc0`](https://github.com/community-scripts/ProxmoxVED/commit/ee72fc087aa33a6f7409faf3fb33bf815106db44) Revert "Cosmetics" ### 📊 Changes **3 files changed** (+141 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/overleaf.sh` (+47 -0) ➕ `frontend/public/json/overleaf.json` (+36 -0) ➕ `install/overleaf-install.sh` (+58 -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 Add helper script to install overleaf LXC ## 🔗 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:36 -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#202