Matthias Baur

Results 115 comments of Matthias Baur

Interested in this as well! FYI: NextCloud maintains a Docker Image at https://hub.docker.com/r/nextcloud/imaginary

@thias Any update on this? :)

```bash git clone https://github.com/kubernetes/ingress-nginx cd cmd/plugin go build # Better move it to ~/.krew/bin/kubectl-ingress_nginx if you have krew installed. # ATTENTION: The plugin name requires `-` to be replace with...

This is really important. Please merge as soon as possible!

Digged some more into it. There is also an issue with this line: ``` puppet command => "/usr/bin/newrelic-install purge ; NR_INSTALL_SILENT=yes, NR_INSTALL_KEY=${php::newrelic::license_key} /usr/bin/newrelic-install install", ``` The problem is the following:...

I _think_ I'm running it the same bug. I've integrated the `custom:webrtc-camera` card into a [`custom:state-switch`](https://github.com/thomasloven/lovelace-state-switch) card. That way, plz control isn't shown at all. Could it be possible to...

I'm using the following code as workaround: ``` rclone mount s3:my-bucket /mnt --rc --vfs-cache-mode minimal & ... while rclone rc core/stats | jq -e '.transferring'; do sleep 1 done wget...

Thanks for sharing! :) I think the `jq` equivalent would be: ```bash while [[ $(rclone rc vfs/stats | jq '.diskCache | [.uploadsInProgress, .uploadsQueued] | add') -gt 0 ]]; do sleep...

@rarkins Thanks for your quick response! :) I've updated the description of this issue with the relevant `hostrules`.

1. The `endpoint` value would be `gitlab.example.de`. I guess it would be good if the `endpoint` API could be used to retrieve the registry hostname? :) 2. In this case,...