[PR #1925] [MERGED] New Script: Privatebin #3302

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1925
Author: @opastorello
Created: 2/1/2025
Status: Merged
Merged: 2/3/2025
Merged by: @MickLesk

Base: mainHead: privatebin


📝 Commits (8)

  • 9d0e2f2 Create privatebin-install.sh
  • 307535f Create privatebin.sh
  • b26207c Create privatebin.json
  • 03eb15e Update ct/privatebin.sh
  • a602e7b Update install/privatebin-install.sh
  • 66091bf Update install/privatebin-install.sh
  • b4e3f4a Update install/privatebin-install.sh
  • cabf0d4 Update ct/privatebin.sh

📊 Changes

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

View changed files

ct/privatebin.sh (+64 -0)
install/privatebin-install.sh (+110 -0)
json/privatebin.json (+34 -0)

📄 Description

✍️ Description

PrivateBin is a minimalist, open-source pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256-bit AES.

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

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

📋 Additional Information

Please validate, according to my tests it is working correctly but I don't understand why the header_info is not being displayed.


🔄 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/1925 **Author:** [@opastorello](https://github.com/opastorello) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/3/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `privatebin` --- ### 📝 Commits (8) - [`9d0e2f2`](https://github.com/community-scripts/ProxmoxVE/commit/9d0e2f2f38bf6374b65d61c38e2cd09fceae0744) Create privatebin-install.sh - [`307535f`](https://github.com/community-scripts/ProxmoxVE/commit/307535fd558d3f9c9490bc13666161f52c7c9f33) Create privatebin.sh - [`b26207c`](https://github.com/community-scripts/ProxmoxVE/commit/b26207c00b72cb4fe3c95761e3a4a29f01123756) Create privatebin.json - [`03eb15e`](https://github.com/community-scripts/ProxmoxVE/commit/03eb15ee1796cf2e44c1206e31d5c335cab3a81f) Update ct/privatebin.sh - [`a602e7b`](https://github.com/community-scripts/ProxmoxVE/commit/a602e7bf61253c23dac76255cfc8902a81c67ef1) Update install/privatebin-install.sh - [`66091bf`](https://github.com/community-scripts/ProxmoxVE/commit/66091bf25dec3ea0efe3a958984b2c32b47709dc) Update install/privatebin-install.sh - [`b4e3f4a`](https://github.com/community-scripts/ProxmoxVE/commit/b4e3f4a938e962c69c704aa0b39c2e305b8653b3) Update install/privatebin-install.sh - [`cabf0d4`](https://github.com/community-scripts/ProxmoxVE/commit/cabf0d442d3943148bd7f3dd8bac3a33ee39a381) Update ct/privatebin.sh ### 📊 Changes **3 files changed** (+208 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/privatebin.sh` (+64 -0) ➕ `install/privatebin-install.sh` (+110 -0) ➕ `json/privatebin.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description PrivateBin is a minimalist, open-source pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256-bit AES. ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [X] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information Please validate, according to my tests it is working correctly but I don't understand why the header_info is not being displayed. --- <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:04:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3302