36e23e9a2be61b3e0b47493594a915023f9da4a9
Add patterns to the github.com generic remote for the iplocate ip-to-asn / ip-to-country databases rather than standing up a new remote. The files are Git-LFS, so the /raw/ path redirects to media.githubusercontent.com; the github remote already follows github's cross-host redirects (as it does for release assets), and the raw path returns the real bytes (verified: 12MB zip / 78MB mmdb). Marked mutable (branch content).
terraform-artifactapi
Terraform configuration for managing ArtifactAPI remote, local, and virtual repositories.
Repositories are declared as YAML files under config/<kind>/<name>.yaml, where the
filename is the repository name. make plan / make apply (via Terragrunt) reconcile
them against the ArtifactAPI instance.
Kinds: remote_* (caching proxies of an upstream), local_* (real registries hosted
directly — local_docker, local_pypi, local_rpm, local_terraform), and virtual
(merged views over members of one package type).
Description
Languages
HCL
91.7%
Makefile
8.3%