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

This commit is contained in:
laci
2024-07-04 14:59:24 +02:00
parent 8187ef99be
commit 69f6e731e0
2 changed files with 18 additions and 99 deletions

View File

@@ -46,6 +46,22 @@ putenv('DISCOVERY='.$_POST["discovery"]);
putenv('ADDITIONAL='.$_POST["additional"]);
# $NEXTCLOUD_DOMAIN" != "" ]; then
# $NEXTCLOUD_USERNAME" != "" ]; then
# $NEXTCLOUD_PASSWORD" != "" ]; then
# $BITWARDEN_DOMAIN" != "" ]; then
# $SMTP_SERVER" != "" ]; then
# $SMTP HOST
# $SMTP_PORT" != "" ]; then
# $SMTP_SECURITY" != "" ]; then
# $SMTP_FROM" != "" ]; then
# $SMTP_USERNAME" != "" ]; then
# $SMTP_PASSWORD" != "" ]; then
# $DOMAINS_WHITELIST" != "" ]; then
// check ENV variables
$output = shell_exec("set");
echo "<pre>".$output."</pre>";