From 8faecd1f7d1fc8110ab09269f8d1d10f0cd9c528 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 21 Aug 2025 11:14:22 +0200 Subject: [PATCH] Update healthchecks-install.sh --- install/healthchecks-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/healthchecks-install.sh b/install/healthchecks-install.sh index cf0eca1e..6496d149 100644 --- a/install/healthchecks-install.sh +++ b/install/healthchecks-install.sh @@ -44,10 +44,11 @@ $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC'" msg_ok "Set up Database" fetch_and_deploy_gh_release "healthchecks" "healthchecks/healthchecks" "source" + msg_info "Setup healthchecks" cd /opt/healthchecks mkdir -p /opt/healthchecks/static-collected/ -$STD uv pip install wheel gunicorn -r requirements.txt +$STD uv pip install wheel gunicorn -r requirements.txt --system LOCAL_IP=$(hostname -I | awk '{print $1}') cat </opt/healthchecks/hc/local_settings.py DEBUG = False