Files
pnpaas-adm/app/README.php
T

15 lines
449 B
PHP

<?php
declare(strict_types=1);
// PnPaaS admin scaffold
//
// Required environment variables for the initial admin login:
// PNPAAS_ADMIN_USER
// PNPAAS_ADMIN_PASSWORD_HASH
//
// Generate a password hash with:
// php -r 'echo password_hash("YOUR_PASSWORD", PASSWORD_DEFAULT), PHP_EOL;'
//
// Portainer connection variables will be added server-side after the Docker
// server information has been provided. API keys must remain backend-only.