Search results

  1. D

    /nodes/{node}/lxc/{vm_id}/interfaces not available

    The PVE docs indicate that there should be a GET endpoint at /nodes/{node}/lxc/{vm_id}/interfaces [0], but it doesn't seem to be available. I'm currently running pve-manager/7.4-17/513c62be. Is there a reason for this mismatch? Does the endpoint actually exist (I hope so!)? [0]...
  2. D

    LDAP: automatically add LDAP users to their LDAP groups

    Hi, I'm trying to set up LDAP authentication and group+user syncing on my homelab proxmox VE server. The users and groups are imported just fine, but I cannot seem to get the sync tool to automatically add my users to the LDAP groups that are also imported. After scouring the wiki and googling...
  3. D

    [SOLVED] pct create with multiple SSH keys

    Hi, I'm trying to write a small script that'll automatically run "pct create" commands for me, so that I can set up containers a bit quicker and easily, and in order to figure out how promox' commands work. I have, however, run into a small issue: I can't figure out how to specify more than...