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
The application overview in the admin console shows you the application status, your current license information, and any
@@ -93,8 +93,10 @@ via the domain configured for the web interface e.g. packagist.myintranet.com an
93
93
### Setup authenticateion and Select Admin
94
94
95
95
#### Authentication Setup
96
-
Within Private Packagist Self-Hosted you now need to set up at least one user authentication method. You have the choice between authentication with email addresses and passwords and several OAuth integrations with third party services.
97
-
We provide integrations with on-premises versions of GitHub, Bitbucket, or GitLab, or their public services on github.com, bitbucket.org or gitlab.com. Follow the instructions to create the respective required identifiers, tokens and secrets.
96
+
Within Private Packagist Self-Hosted, you now need to set up at least one user authentication method.
97
+
You have the choice between authentication with email addresses and passwords and several OAuth integrations with third-party services.
98
+
We provide integrations with on-premises versions of GitHub, Bitbucket, GitLab, or their public services on github.com, bitbucket.org,
99
+
or gitlab.com. Follow the instructions to create the respective required identifiers, tokens, and secrets.
Within Private Packagist Self-Hosted you now need to set up at least one user authentication method. You have the choice between authentication with email addresses and passwords and several OAuth integrations with third party services.
83
-
We provide integrations with on-premises versions of GitHub, Bitbucket, or GitLab, or their public services on github.com, bitbucket.org or gitlab.com. Follow the instructions to create the respective required identifiers, tokens and secrets.
82
+
Within Private Packagist Self-Hosted, you now need to set up at least one user authentication method.
83
+
You have the choice between authentication with email addresses and passwords and several OAuth integrations with third-party services.
84
+
We provide integrations with on-premises versions of GitHub, Bitbucket, GitLab, or their public services on github.com, bitbucket.org,
85
+
or gitlab.com. Follow the instructions to create the respective required identifiers, tokens, and secrets.
@@ -110,9 +112,9 @@ That’s it! Private Packagist Self-Hosted is now ready to be used! You’ll fin
110
112
111
113
Private Packagist Self-Hosted will set up PostgreSQL, Redis, and MinIO to store application data and Composer packages.
112
114
Each of them requires one or more volumes using [dynamic volume provision](https://kubernetes.io/docs/concepts/storage/dynamic-provisioning/) to allocate storage for the different Pods.
113
-
Configure the Storage Class under the Kubernetes Settings on Config page in the admin console
115
+
Configure the Storage Class under the Kubernetes Settings on the Config page in the admin console.
114
116
115
-
Alternately, you can configure Private Packagist Self-Hosted to use your own PostgreSQL, Redis, and blob storage.
117
+
Alternatively, you can configure Private Packagist Self-Hosted to use your own PostgreSQL, Redis, and blob storage.
116
118
For blob storage, we currently support Azure Blob Storage, Google Cloud Storage, AWS S3, and other S3-compatible storage solutions.
117
119
118
120
## Security
@@ -125,8 +127,8 @@ Make sure your Kubernetes network plugin encrypts connections between pods to av
125
127
## Backups
126
128
127
129
The Replicated admin console integrates with [Velero](https://velero.io/), a tool to back up and restore your Kubernetes
128
-
cluster resources and persistent volumes and Private Packagist Self-Hosted provides annotations to help back up and restore
130
+
cluster resources and persistent volumes. Private Packagist Self-Hosted provides annotations to help back up and restore
129
131
the application with Velero.
130
132
131
-
If you are using your own backup solution we recommend to make regular backups of PostgreSQL, Redis, and the used blob
133
+
If you are using your own backup solution, we recommend making regular backups of PostgreSQL, Redis, and the used blob
0 commit comments