[PR #532] [MERGED] New script: Jeedom #429

Closed
opened 2025-09-09 19:45:28 -05:00 by giteasync · 0 comments

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVED/pull/532
Author: @Mips2648
Created: 6/7/2025
Status: Merged
Merged: 6/15/2025
Merged by: @MickLesk

Base: mainHead: jeedom


📝 Commits (10+)

📊 Changes

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

View changed files

ct/jeedom.sh (+46 -0)
frontend/public/json/jeedom.json (+50 -0)
install/jeedom-install.sh (+90 -0)

📄 Description

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


✍️ Description

New script to install Jeedom in LXC (https://jeedom.com/)

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/532 **Author:** [@Mips2648](https://github.com/Mips2648) **Created:** 6/7/2025 **Status:** ✅ Merged **Merged:** 6/15/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `jeedom` --- ### 📝 Commits (10+) - [`50d922e`](https://github.com/community-scripts/ProxmoxVED/commit/50d922ec4acb18b0af7a5bac2e0408443b0a4b3c) add jeedom - [`392774b`](https://github.com/community-scripts/ProxmoxVED/commit/392774b7918a1beda87d2b5e4329faaccdc77c9c) remove comments - [`dea29fd`](https://github.com/community-scripts/ProxmoxVED/commit/dea29fd80b26aa0fba104100aa0c15efc1ab471e) remove comment - [`745be2a`](https://github.com/community-scripts/ProxmoxVED/commit/745be2a16c56a8281200772e253c3aeef85314ad) translation - [`44d6958`](https://github.com/community-scripts/ProxmoxVED/commit/44d6958fe86919297b0943e52ac80864dbb18ab4) cleaning - [`5d7855a`](https://github.com/community-scripts/ProxmoxVED/commit/5d7855ae0571f1f51c51b09da33a58012548dda7) remove os check & update default var - [`5f11c71`](https://github.com/community-scripts/ProxmoxVED/commit/5f11c71b6ead0d314915d2e0547a9665b9636968) remove notes - [`8c9146d`](https://github.com/community-scripts/ProxmoxVED/commit/8c9146deff6c501827e51a292a004d86576fc3ad) revert to default update_os - [`dd34e76`](https://github.com/community-scripts/ProxmoxVED/commit/dd34e7641bf4cc46c48283de7f49943febd36d68) remove comment - [`c4e15a3`](https://github.com/community-scripts/ProxmoxVED/commit/c4e15a3147fbd86fb4b4d1c204799a2365f1d8ae) add note on update ### 📊 Changes **3 files changed** (+186 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/jeedom.sh` (+46 -0) ➕ `frontend/public/json/jeedom.json` (+50 -0) ➕ `install/jeedom-install.sh` (+90 -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 New script to install Jeedom in LXC (https://jeedom.com/) ## 🔗 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:45:28 -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#429
No description provided.