summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-11-07 19:40:12 +0100
committerGitHub <noreply@github.com>2022-11-07 19:40:12 +0100
commitefc5932b13d4d28aa610c9a18af70e338b1f9665 (patch)
tree5199352c2586664c373aa4ccf8d5a270bd984ab2 /packaging
parent61c530254a4cd66e86dc89348d61fabfaa029ec3 (diff)
Fix local dashboard cloud links (#13953)
* fix kickstart message * workaround for agent UI
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/installer/kickstart.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/installer/kickstart.sh b/packaging/installer/kickstart.sh
index 6a78d56530..f278c6a4ab 100755
--- a/packaging/installer/kickstart.sh
+++ b/packaging/installer/kickstart.sh
@@ -27,7 +27,7 @@ KICKSTART_SOURCE="$(
)"
PACKAGES_SCRIPT="https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/install-required-packages.sh"
PATH="${PATH}:/usr/local/bin:/usr/local/sbin"
-PUBLIC_CLOUD_URL="https://api.netdata.cloud"
+PUBLIC_CLOUD_URL="https://app.netdata.cloud"
REPOCONFIG_URL_PREFIX="https://packagecloud.io/netdata/netdata-repoconfig/packages"
REPOCONFIG_VERSION="1-2"
START_TIME="$(date +%s)"
@@ -43,7 +43,7 @@ INSTALL_TYPE="unknown"
INSTALL_PREFIX=""
NETDATA_AUTO_UPDATES="default"
NETDATA_CLAIM_ONLY=0
-NETDATA_CLAIM_URL="${PUBLIC_CLOUD_URL}"
+NETDATA_CLAIM_URL="api.netdata.cloud"
NETDATA_COMMAND="default"
NETDATA_DISABLE_CLOUD=0
NETDATA_ONLY_BUILD=0