[PR #6844] [CLOSED] Create lxc.sh always check locally #6293

Closed
opened 2026-02-05 07:21:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/6844
Author: @rvbatista
Created: 8/14/2025
Status: Closed

Base: mainHead: create_lxc.sh-always-check-locally


📝 Commits (10+)

📊 Changes

1 file changed (+21 additions, -17 deletions)

View changed files

📝 misc/create_lxc.sh (+21 -17)

📄 Description

✍️ Description

make create_lxc.sh to use local template as fallback

Link: #6843

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/6844 **Author:** [@rvbatista](https://github.com/rvbatista) **Created:** 8/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `create_lxc.sh-always-check-locally` --- ### 📝 Commits (10+) - [`815744d`](https://github.com/community-scripts/ProxmoxVE/commit/815744dac53422ac3a7ad7df77800a2252f86717) set scripts to run on branch - [`69d69f3`](https://github.com/community-scripts/ProxmoxVE/commit/69d69f3422ed7c49534054e0723ab523faede921) redefine logic for online and local template usage - [`7c55d74`](https://github.com/community-scripts/ProxmoxVE/commit/7c55d74d2b884ac9c1db56ce9b2ff2662f62e7bd) fix my branch urls - [`ac01f5f`](https://github.com/community-scripts/ProxmoxVE/commit/ac01f5f200971b641241a1117783ec8f58e5298c) fix return of local path - [`c808368`](https://github.com/community-scripts/ProxmoxVE/commit/c808368fb5531ca4d5534b6ba383904fb795e72b) fix pveam list return column - [`3f4df14`](https://github.com/community-scripts/ProxmoxVE/commit/3f4df147eaa66ad1768b3129e02b77000efcca86) fix path from local template - [`edbfdcf`](https://github.com/community-scripts/ProxmoxVE/commit/edbfdcf090bfcd555615cce199fe617e2abdedd2) fix template path - [`097a5fe`](https://github.com/community-scripts/ProxmoxVE/commit/097a5feed20499dadbcf2c882e18980b06377bb5) cleanning. - [`81890ed`](https://github.com/community-scripts/ProxmoxVE/commit/81890ed596d337330ce7492fc4887fba9d694e7f) Revert "set scripts to run on branch" - [`d683719`](https://github.com/community-scripts/ProxmoxVE/commit/d683719134651eca45fcbf0374487fb48dec0008) adding Co-Author ### 📊 Changes **1 file changed** (+21 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `misc/create_lxc.sh` (+21 -17) </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 make create_lxc.sh to use local template as fallback ## 🔗 Related PR / Issue Link: #6843 ## ✅ 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. - [X] ✨ **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>
OVERLORD added the pull-request label 2026-02-05 07:21:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#6293