[PR #1410] [CLOSED] quickstart script support custom ports and ssl certificates #13657

Open
opened 2026-08-05 02:08:49 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1410
Author: @jiangslee
Created: 12/26/2023
Status: Closed

Base: mainHead: main-custom-ports-ssl-certs


📝 Commits (5)

  • b2c3682 custom ports and ssl certs
  • e668742 remove the unused lines
  • 145a48e Default ports
  • 6b603e7 Merge branch 'netbirdio:main' into main-custom-ports-ssl-certs
  • 9010418 Update infrastructure_files/getting-started-with-zitadel.sh

📊 Changes

1 file changed (+120 additions, -16 deletions)

View changed files

📝 infrastructure_files/getting-started-with-zitadel.sh (+120 -16)

📄 Description

Describe your changes

Ports 80, 8080, and 443 of our self-host server have been occupied, and deployment cannot be completed through the quickstart script.

This modification enables the script to support custom ports and SSL certificates, which solves the issue of #1408 #1267, but it feels not elegant enough.

Hope other developers can participate and continue to improve it.

I'm very sorry, my English is poor, so I used Google Translate.

#1408
#1267

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/1410 **Author:** [@jiangslee](https://github.com/jiangslee) **Created:** 12/26/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main-custom-ports-ssl-certs` --- ### 📝 Commits (5) - [`b2c3682`](https://github.com/netbirdio/netbird/commit/b2c36825dec4a770b206dcdceef3e8c56ff7b899) custom ports and ssl certs - [`e668742`](https://github.com/netbirdio/netbird/commit/e6687428048358e94b2e62ce948fb363e9d78c08) remove the unused lines - [`145a48e`](https://github.com/netbirdio/netbird/commit/145a48e707a7a64afebdfbd31d2325c7b831d327) Default ports - [`6b603e7`](https://github.com/netbirdio/netbird/commit/6b603e7b28bf1fbc69ce9870666fbb520d480eaa) Merge branch 'netbirdio:main' into main-custom-ports-ssl-certs - [`9010418`](https://github.com/netbirdio/netbird/commit/9010418952730baa6ff5e253a2cd15943b26eb17) Update infrastructure_files/getting-started-with-zitadel.sh ### 📊 Changes **1 file changed** (+120 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `infrastructure_files/getting-started-with-zitadel.sh` (+120 -16) </details> ### 📄 Description ## Describe your changes Ports 80, 8080, and 443 of our self-host server have been occupied, and deployment cannot be completed through the quickstart script. This modification enables the script to support custom ports and SSL certificates, which solves the issue of #1408 #1267, but it feels not elegant enough. Hope other developers can participate and continue to improve it. I'm very sorry, my English is poor, so I used Google Translate. ## Issue ticket number and link #1408 #1267 ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <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 2026-08-05 02:08:49 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#13657