From aeaefe2ec0d15fceee99b8ef04d08e0868595105 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:36:51 -0800 Subject: [PATCH] ghostfolio: refactor CoinGecko key prompts in installer (#8935) Updated CoinGecko API configuration messages for clarity. --- install/ghostfolio-install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/install/ghostfolio-install.sh b/install/ghostfolio-install.sh index 9c02175bb..91e16d337 100644 --- a/install/ghostfolio-install.sh +++ b/install/ghostfolio-install.sh @@ -60,11 +60,10 @@ $STD npm ci $STD npm run build:production msg_ok "Built Ghostfolio" -msg_ok "Optional CoinGecko API Configuration" -echo -echo -e "${YW}CoinGecko API keys are optional but provide better cryptocurrency data.${CL}" -echo -e "${YW}You can skip this and add them later by editing /opt/ghostfolio/.env${CL}" -echo +echo -e "" +msg_custom "🪙" "$YW" "CoinGecko API keys are optional but provide better cryptocurrency data." +msg_custom "🪙" "$YW" "You can skip this and add them later by editing /opt/ghostfolio/.env" +echo -e "" read -rp "${TAB3}CoinGecko Demo API key (press Enter to skip): " COINGECKO_DEMO_KEY read -rp "${TAB3}CoinGecko Pro API key (press Enter to skip): " COINGECKO_PRO_KEY