[PR #306] [MERGED] Linkwarden - Harmonize Script, Add Monolith & Bugfixing #2477

Open
opened 2025-11-20 05:30:14 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/306
Author: @MickLesk
Created: 11/17/2024
Status: Merged
Merged: 11/18/2024
Merged by: @MickLesk

Base: mainHead: patch-linkwarden


📝 Commits (4)

📊 Changes

3 files changed (+63 additions, -31 deletions)

View changed files

📝 ct/linkwarden.sh (+19 -9)
📝 install/linkwarden-install.sh (+39 -17)
📝 json/linkwarden.json (+5 -5)

📄 Description

Description

Add a Big Update for Linkwarden
-> Remove Git
-> Change to RELEASE
-> Add Monolith
-> Add Cargo / make
-> Optimize Script for Update
-> Add Storage-Check

Fully Tested, Install, Update, Update with .txt / Update Without .txt (Release)

Fixes # (issue)
Fixes https://github.com/community-scripts/ProxmoxVE/issues/295 (Monolith)
Fixes https://github.com/community-scripts/ProxmoxVE/issues/194 (Fatal Error)

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/306 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/17/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `patch-linkwarden` --- ### 📝 Commits (4) - [`a738dd9`](https://github.com/community-scripts/ProxmoxVE/commit/a738dd9ae65fad29ea3d6878eca7b23df1625f83) Update linkwarden.sh - [`8561771`](https://github.com/community-scripts/ProxmoxVE/commit/8561771019ed47381994dae72a702b1b6ac200e7) Update linkwarden-install.sh - [`cb7715b`](https://github.com/community-scripts/ProxmoxVE/commit/cb7715bff5320b51151f169f93f6507f7f7bd8d3) Tweak - [`351c82f`](https://github.com/community-scripts/ProxmoxVE/commit/351c82f0168df48b7a55829977041cd1a5eadcd4) Update linkwarden.json ### 📊 Changes **3 files changed** (+63 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `ct/linkwarden.sh` (+19 -9) 📝 `install/linkwarden-install.sh` (+39 -17) 📝 `json/linkwarden.json` (+5 -5) </details> ### 📄 Description ## Description Add a Big Update for Linkwarden -> Remove Git -> Change to RELEASE -> Add Monolith -> Add Cargo / make -> Optimize Script for Update -> Add Storage-Check Fully Tested, Install, Update, Update with .txt / Update Without .txt (Release) Fixes # (issue) Fixes https://github.com/community-scripts/ProxmoxVE/issues/295 (Monolith) Fixes https://github.com/community-scripts/ProxmoxVE/issues/194 (Fatal Error) ## Type of change Please check the relevant option(s): - [x] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [x] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:30:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2477