Skip to content

Instantly share code, notes, and snippets.

View New8ie's full-sized avatar

mFachmi New8ie

  • 00:57 (UTC +07:00)
View GitHub Profile
@New8ie
New8ie / proxmox.md
Created May 18, 2025 17:22 — forked from scyto/proxmox.md
my proxmox cluster

ProxMox Cluster - Soup-to-Nutz

aka what i did to get from nothing to done.

note: these are designed to be primarily a re-install guide for myself (writing things down helps me memorize the knowledge), as such don't take any of this on blind faith - some areas are well tested and the docs are very robust, some items, less so). YMMV

Purpose of Proxmox cluster project

Required Outomces of cluster project

@New8ie
New8ie / update_ip_ddns.php
Last active July 9, 2024 12:02
update.php
:local apiKey "api Key"
:local cfUser "Email Cloudflare"
:local zoneID "Zone ID"
:local recordID "Record ID"
:local domainName "SubdomainName"
:local currentIP ([/tool fetch url="https://ifconfig.me/ip" mode=https output=user as-value]->"data")
:local cloudflareDNSIP (:resolve $domainName server=1.1.1.1);