[PR #89] [MERGED] initial install for openziti tunnel #812

Closed
opened 2025-09-09 19:47:52 -05:00 by giteasync · 0 comments

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVED/pull/89
Author: @emoscardini
Created: 3/20/2025
Status: Merged
Merged: 3/20/2025
Merged by: @MickLesk

Base: mainHead: feature/add_openziti_tunnel_install


📝 Commits (10+)

  • 867739b initial install for openziti tunnel
  • 279efd9 remove pre-created header
  • 208cf0e Update install/openziti-tunnel-install.sh
  • fa1bbf5 Update install/openziti-tunnel-install.sh
  • 6964242 Update install/openziti-tunnel-install.sh
  • abf2613 Update frontend/public/json/openziti-tunnel.json
  • 77c8717 switch updateable attribute in frontend to true
  • 6833afd Update ct/openziti-tunnel.sh
  • e14466e Update ct/openziti-tunnel.sh
  • 71c8e00 Update install/openziti-tunnel-install.sh

📊 Changes

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

View changed files

ct/openziti-tunnel.sh (+42 -0)
frontend/public/json/openziti-tunnel.json (+43 -0)
install/openziti-tunnel-install.sh (+49 -0)

📄 Description

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


✍️ Description

Link: #

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/89 **Author:** [@emoscardini](https://github.com/emoscardini) **Created:** 3/20/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `feature/add_openziti_tunnel_install` --- ### 📝 Commits (10+) - [`867739b`](https://github.com/community-scripts/ProxmoxVED/commit/867739b9e7b32717049d4371afc39cd9f5fddac9) initial install for openziti tunnel - [`279efd9`](https://github.com/community-scripts/ProxmoxVED/commit/279efd931bf0306f77af43d262635636969fdb1f) remove pre-created header - [`208cf0e`](https://github.com/community-scripts/ProxmoxVED/commit/208cf0e71cdf18166f7ce610581ad22a86b0b9d1) Update install/openziti-tunnel-install.sh - [`fa1bbf5`](https://github.com/community-scripts/ProxmoxVED/commit/fa1bbf56552cb8eb2db1595304a21a6950226452) Update install/openziti-tunnel-install.sh - [`6964242`](https://github.com/community-scripts/ProxmoxVED/commit/696424270237abd99c3173185413be85a7d7af85) Update install/openziti-tunnel-install.sh - [`abf2613`](https://github.com/community-scripts/ProxmoxVED/commit/abf26137123d5d193a7b3d735057488084c36213) Update frontend/public/json/openziti-tunnel.json - [`77c8717`](https://github.com/community-scripts/ProxmoxVED/commit/77c8717ba9ea53c87dcb0a05f5061b9211b5073a) switch updateable attribute in frontend to true - [`6833afd`](https://github.com/community-scripts/ProxmoxVED/commit/6833afde7e833a9960c980a458d46fcdf26029af) Update ct/openziti-tunnel.sh - [`e14466e`](https://github.com/community-scripts/ProxmoxVED/commit/e14466eaddc62fab85b61beea3d9adf85fc8b594) Update ct/openziti-tunnel.sh - [`71c8e00`](https://github.com/community-scripts/ProxmoxVED/commit/71c8e009929d635a380a03661f449e43c8be2c54) Update install/openziti-tunnel-install.sh ### 📊 Changes **3 files changed** (+134 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/openziti-tunnel.sh` (+42 -0) ➕ `frontend/public/json/openziti-tunnel.json` (+43 -0) ➕ `install/openziti-tunnel-install.sh` (+49 -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 <!-- Briefly describe your changes. --> ## 🔗 Related PR / Issue Link: # ## ✅ 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. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [x] 🆕 **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:47:52 -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#812
No description provided.