[PR #8711] [MERGED] tracktor: refactor envfile #7461

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/8711
Author: @CrazyWolf13
Created: 10/29/2025
Status: Merged
Merged: 10/29/2025
Merged by: @MickLesk

Base: mainHead: CrazyWolf13-patch-8


📝 Commits (3)

  • 7170563 tracktor: refactor enfile
  • 3f08fa9 tracktor: fix: update links
  • 7bce8fe tracktor: add: mechanic to update envfile

📊 Changes

3 files changed (+39 additions, -8 deletions)

View changed files

📝 ct/tracktor.sh (+23 -0)
📝 frontend/public/json/tracktor.json (+2 -2)
📝 install/tracktor-install.sh (+14 -6)

📄 Description

✍️ Description

Refactor Envfile on basis of developer: https://github.com/javedh-dev/tracktor/issues/105

Link: https://github.com/javedh-dev/tracktor/issues/105

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/8711 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 10/29/2025 **Status:** ✅ Merged **Merged:** 10/29/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `CrazyWolf13-patch-8` --- ### 📝 Commits (3) - [`7170563`](https://github.com/community-scripts/ProxmoxVE/commit/7170563271664ed02c5ae109cdeb462bf6b4eae5) tracktor: refactor enfile - [`3f08fa9`](https://github.com/community-scripts/ProxmoxVE/commit/3f08fa943511a2acd1e3cadaf5f1af05223e22f0) tracktor: fix: update links - [`7bce8fe`](https://github.com/community-scripts/ProxmoxVE/commit/7bce8fe55b1d39e927feddc0360d69e6ace562ba) tracktor: add: mechanic to update envfile ### 📊 Changes **3 files changed** (+39 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `ct/tracktor.sh` (+23 -0) 📝 `frontend/public/json/tracktor.json` (+2 -2) 📝 `install/tracktor-install.sh` (+14 -6) </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 Refactor Envfile on basis of developer: https://github.com/javedh-dev/tracktor/issues/105 ## 🔗 Related PR / Issue Link: https://github.com/javedh-dev/tracktor/issues/105 ## ✅ 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. - [x] 🔧 **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:58:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#7461