From 24f357a385ed8da5ff69ead5d15b16eff6de1b7d Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:16:25 +0100 Subject: [PATCH] Update install.sh --- scripts/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 6712e2de2..5d86b9041 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -491,6 +491,8 @@ echo -e "\033[0;35m |___/ \033[0m" echo -e "\nYour instance is ready to use." -echo -e "Please visit http://$(curl -4s https://ifconfig.io):8000 to get started.\n" -echo -e "WARNING: We recommend you to backup your /data/coolify/source/.env file to a safe location, outside of this server." +echo -e "You can access Coolify through:" +echo -e "- Public IP: http://$(curl -4s https://ifconfig.io):8000" +echo -e "- Private IP: http://$(hostname -I | awk '{print $1}'):8000\n" +echo -e "WARNING: It is highly recommended to backup your Environment variables file (/data/coolify/source/.env) to a safe location, outside of this server (e.g. into a Password Manager).\n" cp /data/coolify/source/.env /data/coolify/source/.env.backup