[PR #6767] [CLOSED] Twingate Connector #6375

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/6767
Author: @twingate-andrewb
Created: 8/12/2025
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • e75f92e feat: add twingate connector script package (#5)
  • ca20737 chore: remove third party script dependency
  • a3b06e2 chore: bring over changes from dev env

📊 Changes

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

View changed files

ct/twingate-connector.sh (+46 -0)
frontend/public/json/twingate-connector.json (+40 -0)
install/twingate-connector-install.sh (+63 -0)

📄 Description

✍️ Description

This PR adds support for Twingate Connectors. Twingate is a modern Zero Trust Network Access (ZTNA) platform designed to replace traditional corporate VPNs.

website

Link: #

https://github.com/community-scripts/ProxmoxVED/pull/761

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/6767 **Author:** [@twingate-andrewb](https://github.com/twingate-andrewb) **Created:** 8/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`e75f92e`](https://github.com/community-scripts/ProxmoxVE/commit/e75f92eba40cee33fe58c5272710202cca620e75) feat: add twingate connector script package (#5) - [`ca20737`](https://github.com/community-scripts/ProxmoxVE/commit/ca20737001758243acae4f22859e69a11249b2b0) chore: remove third party script dependency - [`a3b06e2`](https://github.com/community-scripts/ProxmoxVE/commit/a3b06e20c3028e8abf63a379b4801a30b806e935) chore: bring over changes from dev env ### 📊 Changes **3 files changed** (+149 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/twingate-connector.sh` (+46 -0) ➕ `frontend/public/json/twingate-connector.json` (+40 -0) ➕ `install/twingate-connector-install.sh` (+63 -0) </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 adds support for Twingate Connectors. Twingate is a modern Zero Trust Network Access (ZTNA) platform designed to replace traditional corporate VPNs. [website](https://www.twingate.com/) ## 🔗 Related PR / Issue Link: # https://github.com/community-scripts/ProxmoxVED/pull/761 ## ✅ 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) - [ ] 🐞 **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 15:31:42 +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#6375
No description provided.