<?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.
S
Description
No description provided
Readme
170 KiB
v1.0.1
Latest
2026-09-20 14:46:19 +00:00
Languages
PHP 88.9%
CSS 11.1%