feat: add Proxmox provisioning service with CI and deployment tooling
CI / javascript-check (push) Successful in 51s
CI / container-policy (push) Successful in 2s
CI / container-verify (push) Canceled after 0s
CI / container-publish (push) Canceled after 0s
CI / python-tests (push) Canceled after 6m59s

This commit is contained in:
BartelLuis
2026-09-14 20:09:12 +02:00
commit 06c3474636
52 changed files with 9779 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Optional configuration: set APP_CONFIG to this file's absolute path.
# Environment variables override these values.
data_dir = "./data"
master_key_file = "./secrets/master.key"
public_url = "https://provision.example.net"
secure_cookies = true
# Supply the initial administrator interactively with `proxmox-ais init`.
# Keep the encryption key outside data_dir and back it up separately.