Search results

  1. H

    PBS API - I can't create ZFS pool

    Hello everyone. I'm trying to automate the setup of my PBS using Ansible and ran into an issue where I can't create a ZFS pool via the API. I decided to try creating it using curl for testing. My script looks like this: curl -X POST \ --insecure --cookie "$(<cookie)" --header "$(<csrftoken)"...
  2. H

    Small Feature request (Download ISO tweak)

    Hello. I would like to ask about one small feature in the ISO download system If I understand correctly, you use wget to download. Is it possible to add a checkbox to the GUI to enable wget's "--content-disposition" option? This makes it easy to download ISOs with symbolic links. For...
  3. H

    Proxmox API, change VM network configuration

    Greetings! Proxmox API provides the following command for a VM network adapter configuration: # pvesh set /nodes/{node}/qemu/{vmid}/config –net0 'virtio,bridge=vmbr0,firewall=0,link_down=1' If I run it without specifying the MAC address, it generates a new one. Is there a way to run this...