Skip to content

Commit f8b6b0e

Browse files
Merge pull request #123 from packagist/self-hosted-document-mirror-domains
Self-Hosted: document that domains of mirrored third-party repositories need to be accessible too
2 parents a16f94f + 7fa1dd0 commit f8b6b0e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/self-hosted/kubernetes-embedded.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ in an existing Kubernetes cluster using Helm follow [this guide](./kubernetes-he
3737
* s3.kurl.sh (required to install the kots CLI)
3838
* amazonaws.com (required to install the kots CLI)
3939
* Please also consult the list in the [Replicated documentation](https://docs.replicated.com/enterprise/installing-general-requirements#firewall-openings-for-online-installations).
40-
40+
* To mirror Composer packages in Private Packagist, the following domains must also be accessible:
41+
- packagist.org (required to fetch package metadata)
42+
- *.packagist.org (required to fetch package metadata)
43+
- github.com (required to download ZIP files for mirrored packages)
44+
- api.github.com (required to download ZIP files for mirrored packages)
45+
- Any other mirrored third-party repository you use like drupal.org, asset-packagist.org, or repo.magento.com
4146

4247

4348
<!-- See https://docs.replicated.com/enterprise/installing-general-requirements and https://kurl.sh/docs/install-with-kurl/system-requirements -->

docs/self-hosted/kubernetes-helm.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ to instead install Private Packagist Self-Hosted without an existing Kubernetes
2020
* replicated.app
2121
* proxy.replicated.com
2222
* registry.replicated.com
23-
* Please also consult the list in the [Replicated documentation](https://docs.replicated.com/enterprise/installing-general-requirements#firewall-openings-for-online-installations).
23+
* Please also consult the list in the [Replicated documentation](https://docs.replicated.com/enterprise/installing-general-requirements#firewall-openings-for-online-installations).
24+
* To mirror Composer packages in Private Packagist, the following domains must also be accessible:
25+
- packagist.org (required to fetch package metadata)
26+
- *.packagist.org (required to fetch package metadata)
27+
- github.com (required to download ZIP files for mirrored packages)
28+
- api.github.com (required to download ZIP files for mirrored packages)
29+
- Any other mirrored third-party repository you use like drupal.org, asset-packagist.org, or repo.magento.com
2430

2531
## Installation
2632

0 commit comments

Comments
 (0)