mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
Add selfhosted scaling note (#5769)
This commit is contained in:
@@ -1154,7 +1154,16 @@ print_builtin_traefik_instructions() {
|
|||||||
echo " - $NETBIRD_STUN_PORT/udp (STUN - required for NAT traversal)"
|
echo " - $NETBIRD_STUN_PORT/udp (STUN - required for NAT traversal)"
|
||||||
if [[ "$ENABLE_PROXY" == "true" ]]; then
|
if [[ "$ENABLE_PROXY" == "true" ]]; then
|
||||||
echo " - 51820/udp (WIREGUARD - (optional) for P2P proxy connections)"
|
echo " - 51820/udp (WIREGUARD - (optional) for P2P proxy connections)"
|
||||||
echo ""
|
fi
|
||||||
|
echo ""
|
||||||
|
echo "This setup is ideal for homelabs and smaller organization deployments."
|
||||||
|
echo "For enterprise environments requiring high availability and advanced integrations,"
|
||||||
|
echo "consider a commercial on-prem license or scaling your open source deployment:"
|
||||||
|
echo ""
|
||||||
|
echo " Commercial license: https://netbird.io/pricing#on-prem"
|
||||||
|
echo " Scaling guide: https://docs.netbird.io/scaling-your-self-hosted-deployment"
|
||||||
|
echo ""
|
||||||
|
if [[ "$ENABLE_PROXY" == "true" ]]; then
|
||||||
echo "NetBird Proxy:"
|
echo "NetBird Proxy:"
|
||||||
echo " The proxy service is enabled and running."
|
echo " The proxy service is enabled and running."
|
||||||
echo " Any domain NOT matching $NETBIRD_DOMAIN will be passed through to the proxy."
|
echo " Any domain NOT matching $NETBIRD_DOMAIN will be passed through to the proxy."
|
||||||
|
|||||||
Reference in New Issue
Block a user