[PR #1616] [MERGED] New script: ProjectSend #3134

Closed
opened 2026-02-05 05:30:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1616
Author: @bvdberg01
Created: 1/20/2025
Status: Merged
Merged: 1/21/2025
Merged by: @MickLesk

Base: mainHead: ProjectSend


📝 Commits (4)

  • 9401cd6 New Script: ProjectSend
  • d411f8a Merge branch 'community-scripts:main' into ProjectSend
  • 3c103ae Update projectsend.json
  • 68ae62f Update projectsend-install.sh

📊 Changes

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

View changed files

ct/projectsend.sh (+71 -0)
install/projectsend-install.sh (+91 -0)
json/projectsend.json (+39 -0)

📄 Description

✍️ Description

Adding script for ProjectSend as requested in discussion https://github.com/community-scripts/ProxmoxVE/discussions/346.

I tested the script on my Proxmox installation. The update script is also tested by installing an older version of ProjectSend and then running the update script.

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)

Installed LXC:
1
Installed old version of ProjectSend (with test data)
2
Installing update:
3
After update:
4
5


🔄 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/1616 **Author:** [@bvdberg01](https://github.com/bvdberg01) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `ProjectSend` --- ### 📝 Commits (4) - [`9401cd6`](https://github.com/community-scripts/ProxmoxVE/commit/9401cd6d24975bb962993f9f6104498908980a15) New Script: ProjectSend - [`d411f8a`](https://github.com/community-scripts/ProxmoxVE/commit/d411f8a515b76f2c8d4a9894cb70ab299788272d) Merge branch 'community-scripts:main' into ProjectSend - [`3c103ae`](https://github.com/community-scripts/ProxmoxVE/commit/3c103ae1fced34eba73d9a4d47d1a9781b618626) Update projectsend.json - [`68ae62f`](https://github.com/community-scripts/ProxmoxVE/commit/68ae62f77a3b079c3f7bc50793f91c8ebb9d2e88) Update projectsend-install.sh ### 📊 Changes **3 files changed** (+201 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/projectsend.sh` (+71 -0) ➕ `install/projectsend-install.sh` (+91 -0) ➕ `json/projectsend.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description Adding script for [ProjectSend](https://projectsend.org/) as requested in discussion https://github.com/community-scripts/ProxmoxVE/discussions/346. I tested the script on my Proxmox installation. The update script is also tested by installing an older version of ProjectSend and then running the update script. ## ✅ 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) **Installed LXC:** ![1](https://github.com/user-attachments/assets/b2e9e8f4-f0a1-4880-a60e-2a4ef1b6bfff) **Installed old version of ProjectSend (with test data)** ![2](https://github.com/user-attachments/assets/5d3ca79a-c7a3-4809-b393-d3449be0f21f) **Installing update:** ![3](https://github.com/user-attachments/assets/00298bd8-2df5-4034-84f9-f904870ac76a) After update: ![4](https://github.com/user-attachments/assets/2aefd877-9c62-4a04-9b21-d1e9143661b0) ![5](https://github.com/user-attachments/assets/55c577f6-e8b9-4ca2-a084-8c4bc0f78fcf) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:30:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3134