[PR #8981] [MERGED] MediaManager: add LOG_FILE to start.sh script; fix BASE_PATH and PUBLIC_API_URL #7754

Closed
opened 2026-02-26 16:30:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/8981
Author: @vhsdream
Created: 11/8/2025
Status: Merged
Merged: 11/8/2025
Merged by: @CrazyWolf13

Base: mainHead: mediamanager


📝 Commits (1)

  • f08f7f1 MediaManager: add LOG_FILE to start.sh script; fix BASE_PATH and PUBLIC_API_URL

📊 Changes

2 files changed (+12 additions, -6 deletions)

View changed files

📝 ct/mediamanager.sh (+7 -2)
📝 install/mediamanager-install.sh (+5 -4)

📄 Description

✍️ Description

  • fixes the failure to launch due to incorrect log path in #8925
  • fixes blank screen on page load #8925
  • Adds LOG_FILE export to start.sh during install; checks for the var during update, adds it if not found

Link: #8925

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/8981 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 11/8/2025 **Status:** ✅ Merged **Merged:** 11/8/2025 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `mediamanager` --- ### 📝 Commits (1) - [`f08f7f1`](https://github.com/community-scripts/ProxmoxVE/commit/f08f7f1d6a98f48f84e810a466e284a7c53e7390) MediaManager: add LOG_FILE to start.sh script; fix BASE_PATH and PUBLIC_API_URL ### 📊 Changes **2 files changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ct/mediamanager.sh` (+7 -2) 📝 `install/mediamanager-install.sh` (+5 -4) </details> ### 📄 Description ## ✍️ Description - fixes the failure to launch due to incorrect log path in #8925 - fixes blank screen on page load #8925 - Adds LOG_FILE export to start.sh during install; checks for the var during update, adds it if not found ## 🔗 Related PR / Issue Link: #8925 ## ✅ 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. - [ ] 🔧 **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 16:30:36 +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#7754
No description provided.