Add Teiler UI and Teiler module

This commit is contained in:
juarez
2023-02-10 12:41:26 +01:00
parent 52f6193fde
commit 40f6815737
6 changed files with 319 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
function teilerUiSetup() {
if [ -n "$ENABLE_TEILER" ];then
log INFO "Teiler-UI setup detected -- will start Teiler-UI services."
OVERRIDE+=" -f ./$PROJECT/modules/teiler-ui-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)"
}