mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-15 06:07:31 +01:00
beautiful config
This commit is contained in:
committed by
juarez
parent
4928d45836
commit
c097aa1723
@@ -1,9 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
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)"
|
||||
}
|
||||
if [ "$ENABLE_TEILER" == true ];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)"
|
||||
|
||||
Reference in New Issue
Block a user