Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netbird Customized Port Setup #2876

Closed
wants to merge 3 commits into from
Closed

Conversation

ismail0234
Copy link
Contributor

Describe your changes

Allows Netbird to be installed and used on different ports. The reason why this was necessary was that if you wanted to install netbird next to a web server, it was not possible. I have reorganized it with reference to the tickets below. Apart from quick setup and advanced setup, it can be used as a 3rd file in the form of quick and customized port setup.

Issue ticket number and link

#1786
#1794
#1410

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

@ismail0234
Copy link
Contributor Author

Only 3 values are requested from the user during the setup phase.

  1. HTTP PORT (default: 80):
  2. HTTPS PORT (default: 443):
  3. CLOUDFLARE API KEY

After entering these 3 values, the installation is automatically completed. SSL certificate assignment and renewals are completed via cloudflare api.

@ismail0234
Copy link
Contributor Author

If you are using a database like MySQL, usually this comes alongside a web server. So people might need customized setup. #2837

@ismail0234
Copy link
Contributor Author

ismail0234 commented Nov 11, 2024

The example of use is the same as for quick setup.

export NETBIRD_DOMAIN=netbird.example.com;  ./getting-started-custom-ports-with-zitadel.sh

image

@mlsmaycon
Copy link
Collaborator

@ismail0234 I think it is better for us to keep this one outside the mainstream since it may cause more Github issues, and we can assume that users who already have services running on a server might know how to customize their deployment.

@mlsmaycon mlsmaycon closed this Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants