Flatten application into repository root

This commit is contained in:
Hermes Agent
2026-09-20 13:46:43 +00:00
parent 2e20e5472f
commit ab6aff2d84
20 changed files with 0 additions and 428 deletions
+14
View File
@@ -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.