Refactor secrets
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -8,7 +8,7 @@ if [ ! -f "/var/www/nextcloud/config/config.php" ]; then
|
||||
POSTGRES_PORT="${POSTGRES_PORT:-5432}"
|
||||
POSTGRES_USER="${POSTGRES_USER:-nextcloud}"
|
||||
POSTGRES_PASSWORD="${POSTGRES_PASSWORD:-nextcloud}"
|
||||
POSTGRES_DB="${POSTGRES_DB}"
|
||||
POSTGRES_DB="${POSTGRES_DB:-nextcloud}"
|
||||
|
||||
ADMIN_USER="admin"
|
||||
ADMIN_PASS="$(head -c 128 /dev/urandom | tr -dc 'A-Za-z0-9' | head -c 64)"
|
||||
|
Reference in New Issue
Block a user