You may also need to configure the additional GitOps Webhook URL if the public endpoint is different
than the internal one.
For testing purpose, you can get an endpoint online with ngrok as external URL.When running Bytebase in production, you should not make the node that’s running the Bytebase server directly accessible to the client. Instead, you should set up a gateway such as Nginx or Caddy to forward requests to Bytebase.The gateway will expose an external endpoint that lets end users access the Bytebase console and allows external systems—such as VCS providers (GitHub or GitLab)—to call the Bytebase API.
This will persist the External URL setting. Thus if Bytebase starts without specifying --external-url
next time, the previously passed External URL value will still be there.