[PR #1928] [MERGED] New Script: Zerotier Controller #3306

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1928
Author: @tremor021
Created: 2/1/2025
Status: Merged
Merged: 2/5/2025
Merged by: @michelroegl-brunner

Base: mainHead: zero-tier


📝 Commits (10+)

📊 Changes

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

View changed files

ct/zerotier-one.sh (+57 -0)
install/zerotier-one-install.sh (+46 -0)
json/zerotier-one.json (+34 -0)

📄 Description

✍️ Description



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 (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 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/1928 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 2/1/2025 **Status:** ✅ Merged **Merged:** 2/5/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `zero-tier` --- ### 📝 Commits (10+) - [`f7958df`](https://github.com/community-scripts/ProxmoxVE/commit/f7958df698a96c602adf238d4b391c83ad040bb8) add zerotier script - [`1b85573`](https://github.com/community-scripts/ProxmoxVE/commit/1b85573da704245ce51c901735a546479e9967bd) Update ct/zerotier-one.sh - [`d17b672`](https://github.com/community-scripts/ProxmoxVE/commit/d17b6727490af95f108926cea61b8dec2f233f95) Update ct/zerotier-one.sh - [`8752eef`](https://github.com/community-scripts/ProxmoxVE/commit/8752eef03c62a33b53e4871bb61c336b7eae29f1) Update ct/zerotier-one.sh - [`d6e8813`](https://github.com/community-scripts/ProxmoxVE/commit/d6e88132442641e86e2bde9ba2fd7edd1c9052cb) Update install/zerotier-one-install.sh - [`214324f`](https://github.com/community-scripts/ProxmoxVE/commit/214324fc7988618de8e7d64cce251221c9a835f0) Update install/zerotier-one-install.sh - [`5c9055a`](https://github.com/community-scripts/ProxmoxVE/commit/5c9055a9a56fd5fd5561e00071a47e119461f5ba) remove sleep - [`a36f0e4`](https://github.com/community-scripts/ProxmoxVE/commit/a36f0e480af98ed4830b07f2c977cc578192a470) Merge branch 'community-scripts:main' into zero-tier - [`0e3f3b1`](https://github.com/community-scripts/ProxmoxVE/commit/0e3f3b197231842ea563c4ee0f3b280097cde3bc) improvements to install procedure - [`ca86053`](https://github.com/community-scripts/ProxmoxVE/commit/ca860533f00a2fbc6cb338bdc6b9c1ccf15623ea) Merge branch 'zero-tier' of https://github.com/tremor021/ProxmoxVE into zero-tier ### 📊 Changes **3 files changed** (+137 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/zerotier-one.sh` (+57 -0) ➕ `install/zerotier-one-install.sh` (+46 -0) ➕ `json/zerotier-one.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description - - - - Related Issue: #1921 - Related PR: #1921 - Related Discussion: #1921 - - - ## ✅ 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 (optional) Provide any extra context or screenshots about the feature or fix here. --- <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:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3306