Yannik Korzikowski

Results 35 comments of Yannik Korzikowski

[github__geschwärzt.pdf](https://github.com/jhpyle/docassemble/files/6789729/github__geschwarzt.pdf)

@mmcc007 Did you related the wrong issue maybe? I opened two issues: One for the localization problem and one with a hanging screenshots command while waiting for android emu.

@mmcc007 what OS you are using? I experience this issue on my two developer machines with MacOS. So maybe this is a mac issue. ``` # Screen capture tests tests:...

Is there another posibility to add custom properties which are not available as ENV?

I changed my config like this, but its still zero-values in statistics

Good morning, just checked your reply. I forget to tell you: I am using a nginx as reverse proxy. ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 538bd6b9673e netbirdio/management:latest...

So the netbird client uses the gRPC-API and not HTTP?

THX for the tip. I am one step further now: ``` server { include security.conf; listen *:9000 ssl http2; listen [::]:9000 ssl; server_name netbird-grpc.***.com; ssl_certificate /etc/letsencrypt/live/***.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/***.com/privkey.pem; access_log /var/log/nginx/***.com/netbird-grpc.log;...

It looks like this. I am using the master realm, not sure if this is an issue. I did not create a extra one like in the setup guide described....

You are right, it was not selected. I get this, but ithe netbird up command stuck. ![grafik](https://user-images.githubusercontent.com/20556547/192027892-206db74c-833a-4ee1-ab88-c9f27cc0d390.png) Now I get another error in keycloak logs: ``` 2022-09-23 17:43:20,332 WARN [org.keycloak.events]...