initial commit

This commit is contained in:
2026-07-22 01:12:45 +02:00
commit 124f2746ac
357 changed files with 159669 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'host' => '192.168.1.100', // IP/Host vom Proxmox
'node' => 'pve',
'token_id' => 'anjuma@pam!flx4februar', // user@realm!tokenid
'token_secret' => 'e5d73e3e-30e7-48d7-b176-2f7591e50964', // secret
'timeout' => 15,
'verify_tls' => false, // in prod true lassen
];