Search results

  1. E

    [TUTORIAL] API examples of webhook for different services

    I used to use custom gotify php file to catch Proxmox notification into my central log and notification system but now webhook is available I got it to work directly with my own notification log system. If you have examples of webhook API working for different services post them here. Mine is...
  2. E

    Proxmox needs upload / download button for backup files

    In the backup section of GUI Proxmox need buttons for quick download and upload of backup files. Suppose I want to download a VM and send it to someone I should have a quick download button to download zst file and a upload button to upload it easily on a different server instead of first...
  3. E

    How can I change chain do-reject to reject?

    The last rule in chain do-reject is wrong. I was wondering why the connection keeps timing out instead of immediately getting a reject. It is currently at drop when it should be reject, even the rule name is do-reject! chain do-reject { meta pkttype broadcast drop ip saddr 224.0.0.0/4...
  4. E

    Blocking LAN access for VMs does not work accept ping using nftables.

    I used to block private range 10.0.0.0 from the firewall and allowed the gateway and it worked but now after upgrading and enabling nftables I can ping VMs but they will not connect using any other port (SSH, HTTPS). Once I disable outbound rule blocking 10.0.0.0 I can connect to all the VMs in...
  5. E

    How do I enable and use nftables?

    How do I enable the nftables and start playing with it, I just upgraded to 8.2 Update: Found it in Datacenter > Node > Firewall > Options > nftables > enable.
  6. E

    Is it possible to get a short summary in notifications instead of every detail?

    Is it possible to get Gotify and Email notifications with just a summary instead of every detail in notifications. For example New software packages available with a full table of updates. Backup notifications includes all the progress percentage from 0% to 100% Long list of progress. Just a...
  7. E

    Is ProxMox doing anything after VMware disaster?

    It is all over the social media and people are discussing on reddit about moving to ProxMox. Most of the discussion I saw are about no 24/7 support for enterprise customers and limited to Austrian time and some discussion about backups. Does Proxmox team monitors these messages and doing...
  8. E

    Can someone explain backup schedule retention to me?

    My schedule is like this: sat 09:00 Keep weekly 4 Keep monthly 1 Yearly 1 I just checked today and my monthly backup from 09-30 got deleted which was the last monthly backup from September. I just figured it out that Keep monthly should be 12 and not 1. So the new schedule is: sat 09:00 Keep...
  9. E

    [Suggestion] Add Tags based selection mode in backup job

    It would be nice to add Tags based selection in Backup Job. Right now it does not have tags support and I have to add my VMs which I want to include in backup job to pool and select the pool in selection mode.
  10. E

    Looks like Proxmox 8 is generating new IPv6 DUID for every reboot

    It took me a while to find out why proxmox fails to boot after each reboot because proxmox is generating a new DUID for ipv6 each time it boots, no such problem with Proxmox 7. The problem is that the router refuses to give a new IPv6 to a mac address stored in a static lease for proxmox and...
  11. E

    Please add support for Google Domains DNS API

    Google domains has an ACME DNS API now, it would be nice to add a plugin to the list. I tried it adding manually in /usr/share/proxmox-acme/dnsapi/dns_googledomains.sh but it is not showing up. https://github.com/CruzMarcio/acme.sh/blob/googledomains_api/dnsapi/dns_googledomains.sh
  12. E

    Does ProxMox supports Letsencrypt ECC certificates?

    Proxmox requests the default RSA certificate from Lets encrypt, can it request ECC certificates as well like acme.sh command --keylength ec-256