update
This commit is contained in:
parent
0231f14732
commit
43a3ba02ac
1 changed files with 3 additions and 1 deletions
4
setup.sh
4
setup.sh
|
@ -135,10 +135,12 @@ cp .docker-compose.$HTTP_METHOD.yml docker-compose.yml
|
|||
sed -i "s|<clientUrl>|$PUBLIC_URL|g" docker-compose.yml
|
||||
sed -i "s|<hostIp>|$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"
|
||||
printf "Have fun with your jitsi-admin and give us a star on github. https://github.com/H2-invent/jitsi-admin\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue