[PR #7818] [MERGED] tracktor: bump to debian 13 | feature bump #7080

Closed
opened 2026-02-26 15:33:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/7818
Author: @CrazyWolf13
Created: 9/23/2025
Status: Merged
Merged: 9/23/2025
Merged by: @michelroegl-brunner

Base: mainHead: CrazyWolf13-patch-7


📝 Commits (8)

  • a15d40a tracktor: refactor env file
  • 7d35619 tracktor: correct config path and add default password
  • 9f3e30a tracktor: change env file path
  • 16ec942 deb13
  • 33d35d0 apt-get --> apt deb13
  • 5d14d4a Update log messages for tracktor service
  • a476d0a Update debian version from 12 to 13 in tracktor.json
  • 07327d8 Add clean command to tracktor-install.sh

📊 Changes

3 files changed (+21 additions, -18 deletions)

View changed files

📝 ct/tracktor.sh (+11 -10)
📝 frontend/public/json/tracktor.json (+4 -4)
📝 install/tracktor-install.sh (+6 -4)

📄 Description

Removed backup creation and restoration steps, added service correction.

✍️ Description

Refactor the service file location and add auth_pin

Link: https://github.com/javedh-dev/tracktor/issues/89#issuecomment-3320183634

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/7818 **Author:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `CrazyWolf13-patch-7` --- ### 📝 Commits (8) - [`a15d40a`](https://github.com/community-scripts/ProxmoxVE/commit/a15d40a27ef2a0bdcc29a019e13e1740fa1012a7) tracktor: refactor env file - [`7d35619`](https://github.com/community-scripts/ProxmoxVE/commit/7d35619c1c55b7774428026131ff0e89d39f3b9d) tracktor: correct config path and add default password - [`9f3e30a`](https://github.com/community-scripts/ProxmoxVE/commit/9f3e30a42f03423962ed4fd6bf181f0d49eb43d7) tracktor: change env file path - [`16ec942`](https://github.com/community-scripts/ProxmoxVE/commit/16ec942d40579b5c2a89c66feef7ac3f75c0d484) deb13 - [`33d35d0`](https://github.com/community-scripts/ProxmoxVE/commit/33d35d0c6c2367cba3610cea1f959f2fb686d3cb) apt-get --> apt deb13 - [`5d14d4a`](https://github.com/community-scripts/ProxmoxVE/commit/5d14d4a308240e2431b1581addfd1efc985e4087) Update log messages for tracktor service - [`a476d0a`](https://github.com/community-scripts/ProxmoxVE/commit/a476d0ad1b081a0ce5f03f9f9eadac7814a204da) Update debian version from 12 to 13 in tracktor.json - [`07327d8`](https://github.com/community-scripts/ProxmoxVE/commit/07327d86d5092f9d788c3aee2658901461653cf4) Add clean command to tracktor-install.sh ### 📊 Changes **3 files changed** (+21 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `ct/tracktor.sh` (+11 -10) 📝 `frontend/public/json/tracktor.json` (+4 -4) 📝 `install/tracktor-install.sh` (+6 -4) </details> ### 📄 Description Removed backup creation and restoration steps, added service correction. <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Refactor the service file location and add auth_pin ## 🔗 Related PR / Issue Link: https://github.com/javedh-dev/tracktor/issues/89#issuecomment-3320183634 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [ ] **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) - [ ] 🐞 **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>
kerem 2026-02-26 15:33:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#7080
No description provided.