[PR #5066] [MERGED] Element Synapse: switched from development to production mode and fixed update #5490

Open
opened 2025-11-20 07:06:12 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5066
Author: @Frankmaaan
Created: 6/8/2025
Status: Merged
Merged: 6/10/2025
Merged by: @MickLesk

Base: mainHead: patch-3


📝 Commits (3)

  • 96e0dec Update elementsynapse.sh
  • 7408638 Update elementsynapse-install.sh
  • 7bf8f32 Update elementsynapse.sh

📊 Changes

2 files changed (+16 additions, -2 deletions)

View changed files

📝 ct/elementsynapse.sh (+10 -1)
📝 install/elementsynapse-install.sh (+6 -1)

📄 Description

✍️ Description

synapse-admin was running in development mode. The following errors occurred:

  • increased memory and cpu usage
  • disk space usage due to project files
  • the page loaded very slowly
  • connection via proxy was rejected

the service path in the update function was incorrect.

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • 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.

🔄 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/5066 **Author:** [@Frankmaaan](https://github.com/Frankmaaan) **Created:** 6/8/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `patch-3` --- ### 📝 Commits (3) - [`96e0dec`](https://github.com/community-scripts/ProxmoxVE/commit/96e0deca0b876f4daee9c4d6aa418ba896b2b187) Update elementsynapse.sh - [`7408638`](https://github.com/community-scripts/ProxmoxVE/commit/74086384832dfa15e664bf0920722f085fca6cd3) Update elementsynapse-install.sh - [`7bf8f32`](https://github.com/community-scripts/ProxmoxVE/commit/7bf8f3284963b76921a12496bc651351d98f3740) Update elementsynapse.sh ### 📊 Changes **2 files changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `ct/elementsynapse.sh` (+10 -1) 📝 `install/elementsynapse-install.sh` (+6 -1) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description synapse-admin was running in development mode. The following errors occurred: - increased memory and cpu usage - disk space usage due to project files - the page loaded very slowly - connection via proxy was rejected the service path in the update function was incorrect. ## 🔗 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 security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [X] 🐞 **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. --- <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 07:06:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#5490