-
-
Notifications
You must be signed in to change notification settings - Fork 538
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
How can I set up a self-hosted service on ports other than 80 and 443? #1420
Comments
Hello @CafeBabe202, it depends on your webserver, the doc https://docs.netbird.io/selfhosted/selfhosted-guide#configuration-for-your-reverse-proxy list the path that you need to rewrite, the important piece is that you need to enable HTTP2, forward to grpc upstreams according to the path. Here you find an example for nginx and traefik:
The only service that can't be behind the webserver is the relay, for that you need to open the UDP ports listed in the requirements. |
@CafeBabe202 老哥,你试一下这个修改端口号的快速脚本。 #1410 操作步骤:
|
已经正常运行,但是一登录后跳转到/peers 开始了无限期的等待 /nb-auth?code=pUDIIH_9DCbTNKE0ahEeKXhfPsr5jwEOthYeeOo8LS1GA&state=1mEhRw9kph 最后一直在请求 可以帮助我解决这个问题吗 |
2024-04-26T17:19:25Z INFO management/cmd/management.go:455: loading OIDC configuration from the provided IDP configuration endpoint https://n1.net:7443/.well-known/openid-configuration |
@Ten-Night 大概率是你的端口不可访问导致的问题,建议你排查一下域名解释及端口放行。 1、检查安全组端口放行我这里是用
2、一键
|
你这个是家宽的IP?然后你的域名指向了这个家宽IP?这个IP: |
有个Q群可以交流一下,群号:677407258 |
I am using the method in the documentation to build a self-hosted service, but there are other websites on my server that need to use ports 443 and 80. How can I create my netbird service on other ports?
The text was updated successfully, but these errors were encountered: