From c904da6b949cf4d6e8f59cea3fa64a95fa2b87dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:34:23 +0200 Subject: [PATCH] Fix release fetching (#6961) --- ct/openobserve.sh | 2 +- frontend/public/json/openobserve.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/openobserve.sh b/ct/openobserve.sh index 203248bac..63da5371c 100644 --- a/ct/openobserve.sh +++ b/ct/openobserve.sh @@ -30,7 +30,7 @@ function update_script() { msg_info "Updating $APP" systemctl stop openobserve LATEST=$(curl -fsSL https://api.github.com/repos/openobserve/openobserve/releases/latest | grep '"tag_name":' | cut -d'"' -f4) - tar zxvf <(curl -fsSL https://github.com/openobserve/openobserve/releases/download/$LATEST/openobserve-${LATEST}-linux-amd64.tar.gz) -C /opt/openobserve + $STD tar zxvf <(curl -fsSL https://downloads.openobserve.ai/releases/openobserve/$LATEST/openobserve-$LATEST-linux-amd64.tar.gz) -C /opt/openobserve systemctl start openobserve msg_ok "Updated $APP" exit diff --git a/frontend/public/json/openobserve.json b/frontend/public/json/openobserve.json index 76df19f23..092b0290e 100644 --- a/frontend/public/json/openobserve.json +++ b/frontend/public/json/openobserve.json @@ -9,7 +9,7 @@ "updateable": true, "privileged": false, "interface_port": 5080, - "documentation": null, + "documentation": "https://openobserve.ai/docs/", "website": "https://openobserve.ai/", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/openobserve.webp", "config_path": "/opt/openobserve/data/.env",