Add PnPaaS application and browser installer

This commit is contained in:
Hermes Agent
2026-09-20 13:41:15 +00:00
parent 498f3308d4
commit 2e20e5472f
18 changed files with 1890 additions and 0 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.