[PR #2677] [MERGED] Pelican Wings #3809

Closed
opened 2025-11-20 06:06:50 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2677
Author: @bvdberg01
Created: 2/26/2025
Status: Merged
Merged: 2/27/2025
Merged by: @MickLesk

Base: mainHead: pelican-wings


📝 Commits (2)

  • 567f669 New Script: Pelican Wings
  • b53361f Remove $STD for stopping/starting service

📊 Changes

3 files changed (+166 additions, -0 deletions)

View changed files

ct/pelican-wings.sh (+58 -0)
install/pelican-wings-install.sh (+69 -0)
json/pelican-wings.json (+39 -0)

📄 Description

✍️ Description

Adding script for Pelican Wings
I tested the script on my Proxmox installation. The update script is also tested by installing an older version of Pelican Wings and then running the update script.

Link: #1672

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 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.

📋 Additional Information (optional)

Installed LXC:
1
Installed old version of Pelican Wings:
2
Installing up date:
3
After update:
4
5


🔄 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/2677 **Author:** [@bvdberg01](https://github.com/bvdberg01) **Created:** 2/26/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `pelican-wings` --- ### 📝 Commits (2) - [`567f669`](https://github.com/community-scripts/ProxmoxVE/commit/567f6693fdbc941821b646df49adda9987ddd9a3) New Script: Pelican Wings - [`b53361f`](https://github.com/community-scripts/ProxmoxVE/commit/b53361f4ece0fdc8b8a28c047caccc2cd0c90774) Remove $STD for stopping/starting service ### 📊 Changes **3 files changed** (+166 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/pelican-wings.sh` (+58 -0) ➕ `install/pelican-wings-install.sh` (+69 -0) ➕ `json/pelican-wings.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description Adding script for [Pelican Wings](https://pelican.dev/) I tested the script on my Proxmox installation. The update script is also tested by installing an older version of Pelican Wings and then running the update script. ## 🔗 Related PR / Discussion / Issue Link: #1672 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [X] **Self-review performed** – Code follows established patterns and conventions. - [X] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [X] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **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. ## 📋 Additional Information (optional) **Installed LXC:** ![1](https://github.com/user-attachments/assets/8b5aaff1-7c1b-4d0b-af97-3e92f6f26fe1) **Installed old version of Pelican Wings:** ![2](https://github.com/user-attachments/assets/3132c56b-1a39-4514-87f8-2bd4074158cc) **Installing up date:** ![3](https://github.com/user-attachments/assets/78e5c6d0-9b3f-4493-9fea-34936a07e252) **After update:** ![4](https://github.com/user-attachments/assets/75002987-2da2-4dea-8c0f-ecffae9f7a0e) ![5](https://github.com/user-attachments/assets/6f3ba9a0-7fa0-48da-83eb-572fecd999e5) --- <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 06:06:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3809