mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #443] [MERGED] Improve server startup logging and update script fetching #447
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#447
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/443
Author: @MickLesk
Created: 1/13/2026
Status: ✅ Merged
Merged: 1/13/2026
Merged by: @MickLesk
Base:
main← Head:get_update_script📝 Commits (1)
60f81faImprove server startup logging and update script fetching📊 Changes
2 files changed (+27 additions, -0 deletions)
View changed files
📝
server.js(+6 -0)📝
src/server/api/routers/version.ts(+21 -0)📄 Description
✍️ Description
Adds success and error logging to the Next.js app preparation process in server.js, including guidance for missing production builds. In versionRouter, always fetches the latest update.sh from GitHub before running updates, logging the outcome and falling back to the local script if fetching fails.
🔗 Related PR / Issue
Fixes: #442
✅ Prerequisites (X in brackets)
Screenshot for frontend Change
🛠️ Type of Change (X in brackets)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.