Skip to content

Proxmox VE Virtual Machine Template for Coder Workspaces #223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Pranjal6955
Copy link

@Pranjal6955 Pranjal6955 commented Jul 12, 2025

Closes #212

Description

Adds a new Proxmox VE virtual machine template for Coder workspaces. This template provides a comprehensive solution for provisioning development environments on Proxmox VE infrastructure, supporting both QEMU/KVM virtualization with cloud-init automation.

The template includes:

  • Configurable VM resources (CPU, memory, disk)
  • Cloud-init based automated setup
  • Network configuration with bridge support
  • Template-based VM provisioning for fast deployment
  • Full Coder agent integration with VS Code and JetBrains IDEs
  • Proper authentication using Proxmox API tokens
  • Resource monitoring and metadata display

Module Information

Path: registry/coder/templates/proxmox-vm
New version: v1.0.0
Breaking change: [ ] Yes [x] No

Testing & Validation

  • Tests pass (bun test)
  • Code formatted (bun run fmt)
  • Changes tested locally
  • Template follows Proxmox provider documentation
  • Authentication methods properly configured
  • Cloud-init integration tested
  • VM lifecycle management verified

Related Issues

/claim #212

@Pranjal6955
Copy link
Author

@matifali can you please review this PR

@matifali matifali requested a review from DevelopmentCats July 15, 2025 15:55
@DevelopmentCats
Copy link
Contributor

DevelopmentCats commented Jul 15, 2025

@Pranjal6955

Per the Rules and Guidelines in #213 can you add a screen recording of the workspace building from this template, demonstrating that the workspace builds with no errors, and that the proxmox vm was provisioned.

Also you can resolve the failing linting workflow by running bun x prettier --check **/*.sh **/*.ts **/*.md *.md this will automatically format and update all of the files, including the ones that are causing the linter to fail.

@Pranjal6955
Copy link
Author

@DevelopmentCats okay and thanks for help

@matifali
Copy link
Member

@Pranjal6955 Please attach a VIdeo demo of the feature working in Coder. See #213 for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proxmox VE VM template
3 participants