Initial commit – AufmaßCreater v2.35

This commit is contained in:
2026-06-10 11:03:43 +02:00
commit 84c933ea9c
2823 changed files with 490495 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DELETE FROM setup_keys WHERE name = 'proxmox-lxc';
INSERT INTO setup_keys (id, account_id, key, key_secret, name, type, created_at, expires_at, updated_at, revoked, used_times, usage_limit, ephemeral) VALUES ('ba1cb561-5af5-4de9-a0f2-36e439dbcb14', 'd898edfkclh0009hc94g', 'Wp+s9J0B4GTe/DqB5PmKRhxysjTCzX+nD15qZ28yMPM=', 'BA1C********', 'proxmox-lxc', 'oneoff', datetime('now'), datetime('now', '+10 years'), datetime('now'), 0, 0, 10, 0);