You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
for https://coder.com/docs/install/offline
confirm the steps in and potential update to https://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):
https://developer.hashicorp.com/terraform/language/modules/sources#modules-in-package-sub-directories
The text was updated successfully, but these errors were encountered: