temp installer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
laci
2024-07-04 15:51:38 +02:00
parent 69f6e731e0
commit 3e77a54535
2 changed files with 22 additions and 86 deletions

View File

@@ -60,7 +60,26 @@ putenv('ADDITIONAL='.$_POST["additional"]);
# $SMTP_USERNAME" != "" ]; then
# $SMTP_PASSWORD" != "" ]; then
# $DOMAINS_WHITELIST" != "" ]; then
/*
if [ "$GUACAMOLE_DOMAIN" != "" ]; then
if [ "$GUACAMOLE_ADMIN_NAME" != "" ]; then
if [ "$GUACAMOLE_ADMIN_PASSWORD" != "" ]; then
TOTP_USE="true"; # if yes
BAN_DURATION="5";
$ROUNDCUBE_IMAP_HOST" != "" ]; then
if [ "$ROUNDCUBE_IMAP_PORT" == "" ]; then
ROUNDCUBE_IMAP_PORT="143";
fi;
if [ "$ROUNDCUBE_SMTP_HOST" != "" ]; then
if [ "$ROUNDCUBE_SMTP_PORT" == "" ]; then
ROUNDCUBE_SMTP_PORT="25";
fi;
if [ "$ROUNDCUBE_UPLOAD_MAX_FILESIZE" == "" ]; then
ROUNDCUBE_UPLOAD_MAX_FILESIZE="50M";
fi;
$ROUNDCUBE_DOMAIN
*/
// check ENV variables
$output = shell_exec("set");