[PR #796] Livebook #208

Open
opened 2025-09-09 19:44:37 -05:00 by giteasync · 0 comments

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVED/pull/796
Author: @dkuku
Created: 8/12/2025
Status: 🔄 Open

Base: mainHead: livebook


📝 Commits (10+)

📊 Changes

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

View changed files

ct/livebook.sh (+60 -0)
frontend/public/json/livebook.json (+40 -0)
install/livebook-install.sh (+105 -0)

📄 Description

🛑 New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.


✍️ Description

Adds Livebook

Link: #788

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • 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.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines
  • Uses correct script structure (AppName.sh, AppName-install.sh, AppName.json)
  • No hardcoded credentials

📋 Additional Information (optional)


🔄 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/ProxmoxVED/pull/796 **Author:** [@dkuku](https://github.com/dkuku) **Created:** 8/12/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `livebook` --- ### 📝 Commits (10+) - [`4469a6e`](https://github.com/community-scripts/ProxmoxVED/commit/4469a6e6df45aecdbc4e046e51d66bcff0c554ac) livebook - [`ddf3289`](https://github.com/community-scripts/ProxmoxVED/commit/ddf32895dcefa34058cb74b99feb713560a18659) livebook - [`b6db98b`](https://github.com/community-scripts/ProxmoxVED/commit/b6db98b8dc1ec8667924ac6b94aaa6c214afbd6d) update logic - [`12d5850`](https://github.com/community-scripts/ProxmoxVED/commit/12d5850edec8610e9b56d0e9dbed5375612990df) unused - [`31e3851`](https://github.com/community-scripts/ProxmoxVED/commit/31e3851909b91f4fa336d89b86a278f18ee6aff4) switch to proper update - [`9fb30f5`](https://github.com/community-scripts/ProxmoxVED/commit/9fb30f587f706e8abaa8b2f239e54538e0d563d2) reset function - [`9503099`](https://github.com/community-scripts/ProxmoxVED/commit/95030997c5159f019ee6d123e892944e4fcd3b97) cr suggetions - [`aa25f6d`](https://github.com/community-scripts/ProxmoxVED/commit/aa25f6d3e3c3aa2fb0ecffbd51289d616a078795) test new logic - [`5871cdb`](https://github.com/community-scripts/ProxmoxVED/commit/5871cdbe5b6fdf3132fd53146c0d658458408df8) export path - [`af23f69`](https://github.com/community-scripts/ProxmoxVED/commit/af23f69437ba63595a2aed1ba21216087544e37d) update path again ### 📊 Changes **3 files changed** (+205 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/livebook.sh` (+60 -0) ➕ `frontend/public/json/livebook.json` (+40 -0) ➕ `install/livebook-install.sh` (+105 -0) </details> ### 📄 Description 🛑 **New scripts must first be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing.** PRs for new scripts that skip this process will be closed. --- ## ✍️ Description Adds [Livebook](https://livebook.dev/) ## 🔗 Related PR / Issue Link: #788 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No breaking changes** – Existing functionality remains intact. - [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. - [x] ✨ **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. --- ## 🔍 Code & Security Review (**X** in brackets) - [x] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** - [x] **Uses correct script structure (`AppName.sh`, `AppName-install.sh`, `AppName.json`)** - [x] **No hardcoded credentials** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-09 19:44:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: community-scripts/ProxmoxVED#208
No description provided.