Jan

Results 11 comments of Jan

I can confirm this issue using Rancher 2.1.7 and its default Kubernetes (v1.13.4-rancher1-1) on a bare metal cluster. The subdirectories for all volumes have been created automatically on the respective...

> Honestly curious: Where would they be required? I never got why people like to spend money on that. Customers don't really care, it does not add any security and...

I can confirm the problem. I am running the container with a non-root user by specifying `user: 123:1234` in my `docker-compose.yml` for the Nextcloud service. For the `occ` command I...

Thanks :) Yes, I used 1.7.0 but also tried 1.6.1 and 1.2.11 and the classification result was the same with all versions (did not check the nearest neighbors in details...

> mind if I add the example to the unit tests? No, go ahead. The submitted fix only fixes the difference between the second and third execution. The problem that...

The `maven-compiler-plugin` compares the timestamps of the source and class files. Internally, it uses the [StaleSourceScanner](https://github.com/sonatype/plexus-compiler/blob/master/plexus-compiler-api/src/main/java/org/codehaus/plexus/compiler/util/scan/StaleSourceScanner.java) from the `plexus-compiler`. I think the class could be used in this plugin as...

I had a closer look at the issue. It is much more complicated than I initially thought. It is easy to determine the Java file to which a generated assertion...

I checked the version requirement again and have to admit that I read the website I cited wrong. The version given in the document is not the BASH version but...

@darkl0rd I used a workaround with Træfik 1.7 (it should be possible with Træfik 2.X, too), I deleted only the `Certificate` lines from my `acme.json` and restarted Træfik. All certificates...

@ldez could the tool be extended so that is does the actual renewal of the certificates? That would allow users to generate a fixed version of the `acme.json` "offline" and...