[PR #5242] [MERGED] upgrade old Scriptcalls to new tools.func calls #5402

Closed
opened 2026-02-26 14:34:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5242
Author: @MickLesk
Created: 6/18/2025
Status: Merged
Merged: 6/18/2025
Merged by: @tremor021

Base: mainHead: upgrade_tools.func-functions


📝 Commits (3)

📊 Changes

116 files changed (+185 additions, -190 deletions)

View changed files

📝 ct/2fauth.sh (+3 -3)
📝 ct/actualbudget.sh (+1 -1)
📝 ct/configarr.sh (+2 -2)
📝 ct/fumadocs.sh (+1 -1)
📝 ct/gitea-mirror.sh (+5 -5)
📝 ct/homarr.sh (+4 -4)
📝 ct/jellyseerr.sh (+2 -2)
📝 ct/linkwarden.sh (+3 -3)
📝 ct/matterbridge.sh (+10 -12)
📝 ct/seelf.sh (+1 -1)
📝 ct/streamlink-webui.sh (+4 -4)
📝 ct/suwayomiserver.sh (+1 -1)
📝 install/2fauth-install.sh (+4 -4)
📝 install/actualbudget-install.sh (+1 -1)
📝 install/adventurelog-install.sh (+2 -2)
📝 install/apache-guacamole-install.sh (+1 -1)
📝 install/archivebox-install.sh (+1 -1)
📝 install/baikal-install.sh (+1 -1)
📝 install/bitmagnet-install.sh (+2 -2)
📝 install/bookstack-install.sh (+1 -1)

...and 80 more files

📄 Description

✍️ Description

change all functions to newer tools.func call

Link: #5241

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/5242 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `upgrade_tools.func-functions` --- ### 📝 Commits (3) - [`7e12044`](https://github.com/community-scripts/ProxmoxVE/commit/7e120444ad24ce32da2f19247c5cf885f347995e) Upgraded Function Names related to #5241 - [`f805e7f`](https://github.com/community-scripts/ProxmoxVE/commit/f805e7fd1a8d7948dad7c9a660165dd6f54813ed) change gh calls - [`516ed00`](https://github.com/community-scripts/ProxmoxVE/commit/516ed00e509c674df6c7a76f5cb4df1037f7ebb6) add 2 missing ### 📊 Changes **116 files changed** (+185 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `ct/2fauth.sh` (+3 -3) 📝 `ct/actualbudget.sh` (+1 -1) 📝 `ct/configarr.sh` (+2 -2) 📝 `ct/fumadocs.sh` (+1 -1) 📝 `ct/gitea-mirror.sh` (+5 -5) 📝 `ct/homarr.sh` (+4 -4) 📝 `ct/jellyseerr.sh` (+2 -2) 📝 `ct/linkwarden.sh` (+3 -3) 📝 `ct/matterbridge.sh` (+10 -12) 📝 `ct/seelf.sh` (+1 -1) 📝 `ct/streamlink-webui.sh` (+4 -4) 📝 `ct/suwayomiserver.sh` (+1 -1) 📝 `install/2fauth-install.sh` (+4 -4) 📝 `install/actualbudget-install.sh` (+1 -1) 📝 `install/adventurelog-install.sh` (+2 -2) 📝 `install/apache-guacamole-install.sh` (+1 -1) 📝 `install/archivebox-install.sh` (+1 -1) 📝 `install/baikal-install.sh` (+1 -1) 📝 `install/bitmagnet-install.sh` (+2 -2) 📝 `install/bookstack-install.sh` (+1 -1) _...and 80 more files_ </details> ### 📄 Description ## ✍️ Description change all functions to newer tools.func call ## 🔗 Related PR / Issue Link: #5241 ## ✅ 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) - [ ] 🐞 **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>
kerem 2026-02-26 14:34:02 +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#5402
No description provided.