4774600040
Upload Proxmox ISOs via API or dashboard UI, extract kernel+initrd using pure-Go iso9660 library, store on disk, and serve over HTTP for PXE booting. Dynamic kernel/initrd filenames per image replace the previous hardcoded paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
277 B
Plaintext
29 lines
277 B
Plaintext
# Binary
|
|
/provisioning
|
|
/provisioning.exe
|
|
|
|
# Runtime data
|
|
data/
|
|
var/
|
|
|
|
# Config with secrets
|
|
provisioning.yaml
|
|
provisioning.production.yaml
|
|
server-types.yaml
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Go
|
|
vendor/
|
|
|
|
# Templ generated
|
|
*_templ.go
|
|
.claude/settings.json
|