Adapt teiler-ui to traefik

This commit is contained in:
juarez
2023-03-22 14:41:07 +01:00
parent 46412f0567
commit 1ceff159f1
6 changed files with 59 additions and 217 deletions

View File

@ -0,0 +1,7 @@
#!/bin/bash
if [ "$ENABLE_LOGIN" == true ];then
log INFO "Login setup detected -- will start Login services."
OVERRIDE+=" -f ./$PROJECT/modules/login-compose.yml"
fi
KEYCLOAK_DB_PASSWORD="$(echo \"This is a salt string to generate one consistent password. It is not required to be secret.\" | openssl rsautl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"