[PR #3997] [MERGED] Zipline: Add new ENV Variable and Change Update #4628

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3997
Author: @michelroegl-brunner
Created: 4/23/2025
Status: Merged
Merged: 4/23/2025
Merged by: @tremor021

Base: mainHead: rework_zipline


📝 Commits (6)

📊 Changes

2 files changed (+11 additions, -6 deletions)

View changed files

📝 ct/zipline.sh (+6 -4)
📝 install/zipline-install.sh (+5 -2)

📄 Description

✍️ Description

This PR changes the ENV files to move the uploads out of /opt/zipline int /opt/zipline-uploads to protect it from deletion.
Also tries to copy from the old data folder to the new one.

Link: #3966

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/3997 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/23/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `rework_zipline` --- ### 📝 Commits (6) - [`81667a6`](https://github.com/community-scripts/ProxmoxVE/commit/81667a60a6cd9e8042c340753ef88ab9b76e2178) Rework Zipline - [`ab1701d`](https://github.com/community-scripts/ProxmoxVE/commit/ab1701d411d2cb04f278f29f7abc10ea274fb33b) Rework Zipline - [`a5949c4`](https://github.com/community-scripts/ProxmoxVE/commit/a5949c492f03b2cebba49f6b23262af06a1e374f) Add changes - [`d9d8f2d`](https://github.com/community-scripts/ProxmoxVE/commit/d9d8f2d869ad2278e21d8217b4101fee69431897) Add changes - [`0db0967`](https://github.com/community-scripts/ProxmoxVE/commit/0db0967220cf77212e8a4bad2e659a1b8b89e78c) Add changes - [`16a3d7d`](https://github.com/community-scripts/ProxmoxVE/commit/16a3d7d5299dcf99bec72c4928218c1343b55487) Add changes ### 📊 Changes **2 files changed** (+11 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `ct/zipline.sh` (+6 -4) 📝 `install/zipline-install.sh` (+5 -2) </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 This PR changes the ENV files to move the uploads out of /opt/zipline int /opt/zipline-uploads to protect it from deletion. Also tries to copy from the old data folder to the new one. ## 🔗 Related PR / Issue Link: #3966 ## ✅ 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) - [X] 🐞 **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 14:31:35 +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#4628
No description provided.