[PR #4756] [MERGED] Refactor: Linkwarden + OS Upgrade #5084

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4756
Author: @MickLesk
Created: 5/27/2025
Status: Merged
Merged: 5/28/2025
Merged by: @MickLesk

Base: mainHead: refactor_linkwarden


📝 Commits (3)

  • e9da20f Refactor: Linkwarden + OS Upgrade
  • ecc96cb update fetch_and_deploy function
  • 4008ec5 Update linkwarden.sh

📊 Changes

4 files changed (+29 additions, -78 deletions)

View changed files

📝 ct/linkwarden.sh (+13 -25)
📝 frontend/public/json/linkwarden.json (+1 -1)
📝 install/linkwarden-install.sh (+13 -51)
📝 misc/tools.func (+2 -1)

📄 Description

✍️ Description

=> Step 1 / 3 / 4 / 5 & 6

Link: #4402

image

image

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/4756 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 5/27/2025 **Status:** ✅ Merged **Merged:** 5/28/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `refactor_linkwarden` --- ### 📝 Commits (3) - [`e9da20f`](https://github.com/community-scripts/ProxmoxVE/commit/e9da20f40e28e612f4b3f7b4ab2a432ebac33ef0) Refactor: Linkwarden + OS Upgrade - [`ecc96cb`](https://github.com/community-scripts/ProxmoxVE/commit/ecc96cb32788ed4812f2eb82e5f7576c280e3712) update fetch_and_deploy function - [`4008ec5`](https://github.com/community-scripts/ProxmoxVE/commit/4008ec54399356235123b59c04dcbd5853ad22e3) Update linkwarden.sh ### 📊 Changes **4 files changed** (+29 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `ct/linkwarden.sh` (+13 -25) 📝 `frontend/public/json/linkwarden.json` (+1 -1) 📝 `install/linkwarden-install.sh` (+13 -51) 📝 `misc/tools.func` (+2 -1) </details> ### 📄 Description ## ✍️ Description - full refactor of linkwarden. - use our tools.func helpers - **upgraded os to 24.04** (this guide is for homeassistant - should be the same (expect the service names) -> https://github.com/community-scripts/ProxmoxVE/discussions/1549 **Please upgrade your OS to 24.04 for best support!** => Step 1 / 3 / 4 / 5 & 6 ## 🔗 Related PR / Issue Link: #4402 ![image](https://github.com/user-attachments/assets/56f3d712-fdcf-4b51-98a4-4e77bed22e33) ![image](https://github.com/user-attachments/assets/282e5470-9954-453e-8021-4865e8b23690) ## ✅ 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. - [x] 💥 **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:33:01 +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#5084
No description provided.