Tristan
Tristan
I see a reference to a variable `wp2static_curl_port` : https://github.com/elementor/wp2static/blob/47980c2ad592c9b8b60d93d429fe5fa156034890/src/Crawler.php#L49 I don't see any mention of that in the documentation. How can I use it with the wp-cli command to...
I mean for LB type services
Yes, I did check that. When you hit enter in the shell, the shell hangs like when you did not authorized the connection. It's actually working well when only the...
You can configure that for each user in Config / Users / youruser 
I'm already using it with version 21.1.2. IMHO, it's worth trying to redeploy your configuration on a development instance to see if it works for you.
Until I find the reason for this, so I can identify the appropriate conditions for a patch, I have applied a temporary workaround by integrating it into the pre-tasks of...
Easy workaround : `helm template --namespace k8s-pod-restart-info-collector --set slackWebhookUrl="https://hooks.slack.com/XXXXXXXXXXXXXXXXXXXXXXXXXXX" --set clusterName="k8s" --set slackChannel="k8s" . > k8s-pod-restart-info-collector.yaml` And you edit your deployment.
I guess you mean "key" and "in-browser" based auth for SSH connections? (SSO is usually used for UI auth) If that's what you meant, this is pretty much what I...
Thanks for the awesome app by the way !
You can actually use what is called a Kubernetes Persistent Volumes (PVs) to create a shared storage resource that can be accessed by multiple replicas of an application. The PVs...