[PR #12223] [MERGED] booklore v2: embed frontend, bump Java to 25, remove nginx #10062

Closed
opened 2026-02-26 17:32:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/12223
Author: @MickLesk
Created: 2/23/2026
Status: Merged
Merged: 2/23/2026
Merged by: @tremor021

Base: mainHead: booklore_v2


📝 Commits (1)

  • 4cedfa0 booklore v2: embed frontend, bump Java to 25, remove nginx

📊 Changes

2 files changed (+30 additions, -20 deletions)

View changed files

📝 ct/booklore.sh (+21 -3)
📝 install/booklore-install.sh (+9 -17)

📄 Description

✍️ Description

  • Upgrade Java from 21 to 25 and add embedding of the built frontend into the backend resources so the Spring Boot app serves static files.
  • Build steps now skip tests (gradle -x test)
  • Remove nginx install/configuration paths: install script no longer installs or configures nginx; update script disables and purges nginx if active.
  • Add default SERVER_PORT=6060 to the .env (or append if missing).
  • Update systemd unit ExecStart to include JVM tuning flags and reload systemd. Misc: adjust start/reload steps to reflect nginx removal and clean up previous backup dirs.

Fixes #12222

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/12223 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `booklore_v2` --- ### 📝 Commits (1) - [`4cedfa0`](https://github.com/community-scripts/ProxmoxVE/commit/4cedfa070a04e8249add000cf412e3da85937251) booklore v2: embed frontend, bump Java to 25, remove nginx ### 📊 Changes **2 files changed** (+30 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `ct/booklore.sh` (+21 -3) 📝 `install/booklore-install.sh` (+9 -17) </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 - Upgrade Java from 21 to 25 and add embedding of the built frontend into the backend resources so the Spring Boot app serves static files. - Build steps now skip tests (gradle -x test) - Remove nginx install/configuration paths: install script no longer installs or configures nginx; update script disables and purges nginx if active. - Add default SERVER_PORT=6060 to the .env (or append if missing). - Update systemd unit ExecStart to include JVM tuning flags and reload systemd. Misc: adjust start/reload steps to reflect nginx removal and clean up previous backup dirs. ## 🔗 Related Issue Fixes #12222 ## ✅ 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 17:32:50 +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#10062
No description provided.