-
Notifications
You must be signed in to change notification settings - Fork 978
Closed
Labels
docsArea: coder.com/docsArea: coder.com/docs
Description
A common question we're going to get from our customers once we launch the coder modules is: "How do we pull/run modules in our offline deployment?" I don't know the answer to that yet, is that something you could own/explore? A few things I'd consider:
- https://developer.hashicorp.com/terraform/cli/commands/providers/mirror: I think this just downloads the necessary dependencies for a module for adding to a self-hosted registry or filesystem
- The user will need to fork the module and reference a custom module source or add regsitry.coder.com or github.com/coder/modules
- Open questions
- Does the user need to add github.com/coder/modules or does registry.coder.com handle it entirely as a filesystem mirror?
- Is there a way the user could only add official modules to firewall? registry.coder.com/coder/*
- (may need to coordinate with @kylecarbs here for these)
- Open questions
Metadata
Metadata
Assignees
Labels
docsArea: coder.com/docsArea: coder.com/docs