initial commit

This commit is contained in:
2025-09-16 09:25:23 +02:00
commit 0746cc4296
43 changed files with 13336 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Proxmox
PROXMOX_API_URL=https://proxmox.example/api2/json
PROXMOX_USER=root@pam
PROXMOX_PASSWORD=secret
# Check_MK
CHECK_MK_API_URL=https://checkmk.example
CHECK_MK_USER=automation
CHECK_MK_PASSWORD=secret
VERIFY_TLS=false