Yves Blusseau
Yves Blusseau
Sorry i don't have time currently. I think the best is to use a supervisor that will kill the container if the java really die (not restart because of an...
The conf directory is in the host and it is mount bind into the container. If you declare the volume RW, crashplan can write into the conf directory. Check the...
If you bind mount /var/crashplan on a dedicated volume (or on the host) crashplan will selfupdate automatically (like a crashplan not in a container). No need to create new images....
I will update the documentation. For the selfupdate functionnality i don't know how it works. It's crashplan that decided when it need to be updated, and i don't know the...
@1activegeek update to the lastest image and you don't see the `wget: can't execute 'ssl_helper': No such file or directory`error @hheimbuerger same here: no update. But crashplan take times to...
Definitively a "bug" in the script: report 0x0705 instead of 0x0905 for my Core i7 6700k
Perhaps the best is to allow to choose the output format of the log. It can be simple (human-readable like now), extended (human-readable with prefix facility.severity like now with extended...
A pure GO version will be great :D
I don't have so much information for OPA. The basics is you send a JSON struct to the OPA agent (via a [REST API](https://www.openpolicyagent.org/docs/latest/integration/#integrating-with-the-rest-api)) and it validate the json using...
Yes the client can specify the policy an optionally the rules (you can have multiple rules by policy) to use on the opa server. See: * https://www.openpolicyagent.org/docs/latest/rest-api/#get-a-document-with-input * https://www.openpolicyagent.org/docs/latest/rest-api/#execute-a-simple-query