Add PnPaaS application and browser installer
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?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.
|
||||
Reference in New Issue
Block a user