Josef Johansson

Results 72 comments of Josef Johansson

16eb64f is a fix for #2

- It's a common way of handling the stage/production environments here at least, I see that https://github.com/getcarina/examples/tree/master/python-web-app does it as well and https://docs.docker.com/compose/production/ recommends it. I don't personally like the...

Our use case is: * we have a root ca that we trust, and every moving part in the system is getting certificates from that root ca. * we use...

I've done a couple of implementation of this now and it's fairly simple, what I've added to projects is the possibility to whitelist SANs and fingerprints. From what I can...

A nice way to debug this would be to modify the gopass-bridge.sh accordingly: ``` --- gopass_wrapper.sh 2022-08-25 00:39:31.368000000 +0200 +++ gopass_wrapper.sh 2022-08-25 00:40:09.696000000 +0200 @@ -10,6 +10,6 @@ fi export...

Oh, and it's probably related to https://github.com/gopasspw/gopass-jsonapi/issues/2 ?

For those coming here looking for a way to use certbot with nginx-unit, here's what everyone is talking about above in code. ``` function check_or_die() { if [ "$1" !=...

``` WITH ( save_name(q) = label_copy(q, "__name__", "__copy__"), restore_name(q) = label_del(label_copy(q, "__copy__", "__name__"), "__copy__"), modifier(q) = day_of_month(q), timestamps_with_tz(q, tz) = modifier(timestamp(q) + timezone_offset(tz)), count_timestamps(q, tz) = label_transform(count_values without() ("time", timestamps_with_tz(q,...

@valyala could we have support for numeric sort? like `sort -g`. Maybe add the above as a function? Then it could be generic for all time modifiers.

> This does not resolve issue #3102. I get the following: 2022-09-18T05:28:19.350Z error lib/protoparser/graphite/parser.go:160 cannot unmarshal Graphite line "foo_bar_baz;tag1='value1 with spaces';tag2=value2 123 1663080043": cannot unmarshal value from "with": unparsed tail...