Pierre Ozoux
Pierre Ozoux
@dessant good catch, removed :)
Which variable do you miss? Feel free to PR :) And yes alpine would be nice :) Related to https://github.com/piwik/piwik/issues/10914
You could use [config-maps](https://kubernetes.io/docs/tasks/configure-pod-container/configmap/).
@vfbsilva If you have already any work related to k8s, https://github.com/piwik/docker-piwik/issues/62 :)
This is not really an issue from jibri, but more the mp4 container used. When you finish to write an mp4, you need to finish the file by writing some...
Sorry if ut was not clear, but it was my own. Do you have it fixed in mert.jit.si?
On museum you can have auth only for post, but you can have get without auth :)
Yes, I'll use openLDAP, but don't know yet which config. ownCloud allows to configure your LDAP: https://doc.owncloud.org/server/9.0/admin_manual/configuration_user/user_auth_ldap.html#user-filter I don't know which config I'll use, but if you tell me "this...
I'll use it with TLS, I think we are in 2016 now ;) On 18-03-2016 12:55, François Kooman wrote: > Will you be using TLS? Or just plain LDAP? I...
A maybe better scripts, depending on your needs: ``` kubectl get pv -o custom-columns=NAME:metadata.name,PATH:spec.local.path,PVC:spec.claimRef.name,NODE:spec.nodeAffinity.required.nodeSelectorTerms[0].matchExpressions[0].values[0] | grep ${NODE_NAME} | awk '{ print $1}' > /tmp/delete_pv kubectl get pv -o custom-columns=NAME:metadata.name,PATH:spec.local.path,NAMESPACE:spec.claimRef.namespace,PVC:spec.claimRef.name,NODE:spec.nodeAffinity.required.nodeSelectorTerms[0].matchExpressions[0].values[0] |...