Setup script stub

This commit is contained in:
Greyscale 2021-06-02 19:04:34 +02:00
parent 2fd5c62074
commit 89925c489d
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
echo "Starting Setup"
/app/setup
echo "Starting Nginx"
/usr/sbin/nginx

9
bouncer/setup Normal file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env php
<?php
require_once("vendor/autoload.php");
$environment = array_merge($_ENV, $_SERVER);
ksort($environment);
# Determine what sites are configured
foreach($environment as $)
\Kint::dump($environment);exit;