Philipp Kolberg

Results 105 comments of Philipp Kolberg

I can confirm that changing the settings according to above instructions enables authentik to work flawlessly with pgbouncer.

I have noticed that the settings window opens every time AltTab is started. Is there a way to prevent this from happening?

Oh yes, I was using the Debut build. I just tried out your signed version and it seems to work fine. Thank you very much!

I have built images for multiple versions of PGBouncer that are available on [Docker Hub](https://hub.docker.com/r/thegrandpkizzle/pgbouncer/tags). The Dockerfile has a very simple structure, but you'll need two template files for the...

Is there already a follow-up issue to automatically run `fstrim` when stopping the VM? If there is a way to also run `fstrim` after `nerdctl rmi` or `rm` that would...

I found a quick (and dirty) way to change this variable. Modify both `~/.bashrc` and `~/.profile` inside the Ubuntu VM: ``` # fuse-overlayfs is the most stable snapshotter for rootless...

I see. So for new instances the `~/.bashrc` and `~/.profile` files do not contain the export and hence it can be set in the `env` section in the lima config...

Also happens for AWS ECR registries: ``` {"error":"failed to refresh URL on status 403 Forbidden", ...} {"error":"cannot resolve layer: failed to redirect (host \"XXXXXXXXXXXX.dkr.ecr.eu-central-1.amazonaws.com\", ...} ``` Edit: This seems to...