- Notifications
You must be signed in to change notification settings - Fork909
Description
forhttps://coder.com/docs/install/offline
confirm the steps in and potential update tohttps://coder.com/docs/admin/templates/extending-templates/modules#offline-installations
Solution
from@angrycub
grab all of the modules from github.com/coder/modules and host them locally in a git repo.
make provisions for the remote artifacts that are loaded as part of making them work though. Several of the apps we provide modules for wouldn't allow for us to package them with the modules from a licensing perspective, so it's probably best that once you know what a module needs that you rev it into a local git repo instead
info on sourcing modules from non-registry endpoints:
https://developer.hashicorp.com/terraform/language/modules/sources#generic-git-repository
working with a coder/modules shaped repo (shows how to structure the URLs for modules inside a git repo):