chore(registry): Added profile and Incus instance template#809
Open
l-nmch wants to merge 6 commits intocoder:mainfrom
Open
chore(registry): Added profile and Incus instance template#809l-nmch wants to merge 6 commits intocoder:mainfrom
l-nmch wants to merge 6 commits intocoder:mainfrom
Conversation
| --- | ||
| display_name: Incus Instance | ||
| description: Provision Instance on Incus/LXD as Coder workspaces | ||
| icon: ../../../../.icons/proxmox.svg |
Contributor
There was a problem hiding this comment.
Suggested change
| icon: ../../../../.icons/proxmox.svg | |
| icon: ../../../../.icons/incus.svg |
Is there a reason you are using proxmox instead of adding an Incus logo?
Author
There was a problem hiding this comment.
Incus logo is the same as lxc.svg which already exist, so maybe using it could be a better option
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new community template under registry/l-nmch for provisioning Coder workspaces as Incus instances (VMs or containers), including cloud-init configuration and a contributor profile README.
Changes:
- Introduces an
incus-instanceTerraform template that provisions an Incus instance and installs/starts the Coder agent via cloud-init. - Adds a cloud-init
user-datatemplate for user creation, package install, and a systemd unit for the Coder agent. - Adds
registry/l-nmch/README.mdcontributor profile metadata and template documentation.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| registry/l-nmch/templates/incus-instance/main.tf | Defines providers/variables, renders cloud-init, and provisions the Incus instance + code-server module. |
| registry/l-nmch/templates/incus-instance/cloud-init/user-data.tftpl | Cloud-init that creates the Linux user and installs/starts the Coder agent service. |
| registry/l-nmch/templates/incus-instance/README.md | Template documentation and usage instructions. |
| registry/l-nmch/README.md | New contributor profile frontmatter and basic profile text. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: DevCats <chris@dualriver.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added a template to deploy workspaces on Incus servers / clusters
Type of Change
Template Information
Path:
registry/l-nmch/templates/incus-instanceTesting & Validation
bun test)bun fmt)Related Issues
None