Update install.sh

This commit is contained in:
peaklabs-dev
2024-11-13 19:16:25 +01:00
parent 9af3fe9c97
commit 24f357a385

View File

@@ -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