Dmitry Verkhoturov

Results 184 comments of Dmitry Verkhoturov

I've created [a dashboard](https://grafana.com/grafana/dashboards/9528) around a year ago but it got outdated according to user review. If somebody would be so kind as to test it and fix for the...

It's a variable: ```json { "allValue": ".*", "current": {}, "datasource": "$datasource", "hide": 0, "includeAll": false, "label": "", "multi": false, "name": "namespace", "options": [], "query": "label_values(django_db_new_connections_total, namespace)", "refresh": 1, "regex": "",...

Fix as of now: ```shell git clone [email protected]:siomiz/SoftEtherVPN.git cd SoftEtherVPN docker build -t siomiz/softethervpn:alpine -f Dockerfile.alpine . ``` siomiz, would you be so kind as to enable multi-arch builds for...

It works alright, thank you!

Actually, judging by my other image built using docker buildx, I think there should be no /v8 part in, so your `latest` should have the same image as `latest-arm64` has...

You can build both architectures on amd64 Linux by issuing the following command: `docker buildx build --pull --platform linux/arm64,linux/amd64 -t siomiz/softethervpn:latest --push .`, and if it works as expected -...

It works after escaping, however, I think it would be a good idea to escape it automatically in the caprover.

Can you still reproduce that issue, or does it happen only occasionally? If it's reproducible every time, I can help you figure out how to test changes using `git bisect`...

Apple is already supported in the go-pkgz/auth, I assume what's left is to add backend support for it and then verify that it works in the frontend.

I'll do step-by-step documentation for a platform or two and will move [existing wiki documents ](https://github.com/umputun/remark42/wiki) to the new documentation.