From 43a3ba02ac4181810058fa17af63aa1a01cc37d0 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Sun, 8 Dec 2024 18:30:23 +0100 Subject: [PATCH] update --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ba2df4e..f3d0b02 100644 --- a/setup.sh +++ b/setup.sh @@ -135,10 +135,12 @@ cp .docker-compose.$HTTP_METHOD.yml docker-compose.yml sed -i "s||$PUBLIC_URL|g" docker-compose.yml sed -i "s||$HOST_IP|g" docker-compose.yml + RED='\033[0;31m' NC='\033[0m' # No Color +printf "After running docker-compose up -d, you can follow the following results" printf "Browse to ${RED}%s://%s${NC} and visit your own jitsi-admin\n" $HTTP_METHOD $PUBLIC_URL printf "To change any keycloak setting browse to${RED} %s://%s${NC}/keycloak (dev-environment: %s://keycloak.%s) and there the username is: admin and the password: %s\n" $HTTP_METHOD $PUBLIC_URL $HTTP_METHOD $PUBLIC_URL $KEYCLOAK_ADMIN_PW printf "Any settings and password can be found in the ${RED}docker.conf${NC} file\n" printf "To find your loadbalancer go to ${RED}%s://traefik.%s${NC} and enter the user: test and the password: test\n" $HTTP_METHOD $PUBLIC_URL -printf "Have fun with your jitsi-admin and give us a star on github. https://github.com/H2-invent/jitsi-admin\n" \ No newline at end of file +printf "Have fun with your jitsi-admin and give us a star on github. https://github.com/H2-invent/jitsi-admin\n"