[PR #1813] [MERGED] New script: Monica LXC #3233

Closed
opened 2025-11-20 06:03:41 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1813
Author: @bvdberg01
Created: 1/28/2025
Status: Merged
Merged: 1/28/2025
Merged by: @michelroegl-brunner

Base: mainHead: Monica


📝 Commits (2)

📊 Changes

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

View changed files

ct/monica.sh (+81 -0)
install/monica-install.sh (+104 -0)
json/monica.json (+34 -0)

📄 Description

✍️ Description

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

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.

https://github.com/community-scripts/ProxmoxVE/discussions/24
https://github.com/community-scripts/ProxmoxVE/discussions/972

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

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/1813 **Author:** [@bvdberg01](https://github.com/bvdberg01) **Created:** 1/28/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `Monica` --- ### 📝 Commits (2) - [`e9fe8c8`](https://github.com/community-scripts/ProxmoxVE/commit/e9fe8c88e0990213631e9e6a5080f149f36b9cf9) New script: Monica LXC - [`04a8060`](https://github.com/community-scripts/ProxmoxVE/commit/04a8060168c87d3c2fe664f489d21c1cbe39ef59) Update monica.json ### 📊 Changes **3 files changed** (+219 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/monica.sh` (+81 -0) ➕ `install/monica-install.sh` (+104 -0) ➕ `json/monica.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description Adding script for [Monica](https://www.monicahq.com/) as requested in discussion https://github.com/community-scripts/ProxmoxVE/discussions/24. 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. https://github.com/community-scripts/ProxmoxVE/discussions/24 https://github.com/community-scripts/ProxmoxVE/discussions/972 ## ✅ 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 **Installed LXC:** ![1](https://github.com/user-attachments/assets/df81734a-e07d-46b4-a931-f0b2344307d0) **Installed old version of ProjectSend (with test data):** ![2](https://github.com/user-attachments/assets/2f67be62-fa5c-4275-b4f9-b2a8cdf08361) **Installing update:** ![3](https://github.com/user-attachments/assets/5adfb8d4-6967-4eda-b74c-72e3044d3ec3) **After update:** ![4](https://github.com/user-attachments/assets/dc10321b-b1b7-454b-a166-678f757dd2ca) ![5](https://github.com/user-attachments/assets/bc851ab2-af4d-420f-b960-5e74602f6c0c) --- <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 06:03:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3233