Response
OK
ServerInfo is the API message for server info. Actuator concept is similar to the Spring Boot Actuator.
version is the bytebase's server version
git_commit is the git commit hash of the build
readonly flag means if the Bytebase is running in readonly mode.
saas flag means if the Bytebase is running in SaaS mode, some features are not allowed to edit by users.
demo flag means if the Bytebase is running in demo mode.
host is the Bytebase instance host.
port is the Bytebase instance port.
external_url is the URL where user or webhook callback visits Bytebase.
need_admin_setup flag means the Bytebase instance doesn't have any end users.
disallow_signup is the flag to disable self-service signup.
last_active_time is the service last active time in UTC Time Format, any API calls will refresh this value.
require_2fa is the flag to require 2FA for all users.
workspace_id is the identifier for the workspace.
debug flag means if the debug mode is enabled.
disallow_password_signin is the flag to disallow user signin with email&password. (except workspace admins)
docker flag means if the Bytebase instance is running in docker.