Campbell Vertesi
Campbell Vertesi
Reporting the same problem: when my internet connection drops, I get the expected messages in logs (running on Raspberry Pi 3): ``` Mar 12 09:29:16 raspberrypi cloudflared[488]: time="2019-03-12T09:29:16Z" level=error msg="failed...
I can replicate with a public "lamp stack" docker file. To replicate: ``` git clone https://github.com/sprintcube/docker-compose-lamp.git cd docker-compose-lamp/ cp sample.env .env rm -rf www tar xzf IdeaSpace-1.2.2.tar.gz mv IdeaSpace-1.2.2 www...
+1 here, having the same problem. I also have a small cluster, 6 nodes with non-master nodes running longhorn. Used the helm chart to install. Hosting volumes for 2 sqlite3...
Bump on this thread as I encounter the problem again. Two weeks seems about the lifetime of my longhorn cluster before hitting this issue. I'm remote for the next several...
Sample name: "Live show in Düsseldorf.jpeg" when i was originally looking into the problem, I thought it might be a quoting issue, ie allowing the interpreter to handle the special...
I also have this problem: With the docker version of s3proxy configured like this: ``` env: - name: S3PROXY_AUTHORIZATION value: none - name: JCLOUDS_PROVIDER value: azureblob - name: JCLOUDS_IDENTIY value:...
> default values (not only the limits) are not production ready. OK so this is the first problem to solve. From my understanding in a k8s situation the children should...
IMO this is about much more than supporting other video formats. Note that modern cameraphones don't encode their videos with HLS for streaming, and can produce very large files. Here...
That's actually how Memories does it - the app downloads [go-vod](https://github.com/pulsejet/go-vod) at runtime. In settings you can choose to use an external go-vod over HTTP, specifically so you can separate...
related #330 nextcloud/server#39560 and nextcloud/server#19567