Search results

  1. E

    Proxmox v7, IPV6 Online.net

    This is my interfaces file and Host and VM can access IPv6 Internet, change it to static if you want since I use DHCPv6 auto lo iface lo inet loopback iface enx0 inet manual auto vmbr0 iface vmbr0 inet dhcp gateway 10.88.88.1 bridge-ports enx0 bridge-stp off bridge-fd 0 iface...
  2. E

    Please add support for Google Domains DNS API

    Dont forget to run your token export GOOGLEDOMAINS_ACCESS_TOKEN="xxxxxxxxxxxxxxx" in proxmox terminal before running any acme.sh command. Let me know if it works.
  3. E

    Please add support for Google Domains DNS API

    Yes, I got it working. Did you upload the dns_googledomains.sh in /root/.acme.sh/dnsapi ? I am not using the built in ACME server anymore. I used the acme.sh script from curl https://get.acme.sh | sh -s email=my@example.com After installing acme.sh and manually uploading the api I used these...
  4. 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
  5. E

    Restore backup to new vm in pool

    Hopefully this will be implemented in the GUI soon, I tried to do it as a restricted pool user and there is no option to restore in a pool.
  6. E

    HDD never spin down

    Any update on this? I am also interested in this as well, I need a weekly backup drive which will sleep for a week and once the backup is done sleep again.
  7. 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
  8. E

    Change Port from 8006 to 443

    Thank you all of you for the above code, it also helped me to switch to default port 443. I also tweaked the above code to make it easier to do it using the interfaces file auto vmbr0 iface vmbr0 inet dhcp bridge-ports enx70886b82dd62 bridge-stp off bridge-fd 0 post-up iptables...