kalle (jag)

Results 272 comments of kalle (jag)

Hello @rtribotte, thanks for quick response :) > /.../ adding a new option to allow broken services is something we are not willing to do. Reasonable. At our company we're...

It seems to be on their roadmap for Q4 2023: https://trello.com/b/LIIz6ypc/umami-2023-roadmap

@ekle sadly no. I'm still waiting for v3 to drop. It has been available since [v3.0.0-beta1](https://github.com/traefik/traefik/releases/tag/v3.0.0-beta1), released Dec 5, 2022. Don't know how far away v3.0.0 is from being released....

This was quite confusing to figure out, but in general the error is just a "Permission denied" in disguise. Permissions needed on your GitHub App: - To [get or list](https://docs.github.com/en/[email protected]/rest/deployments/environments#get-an-environment)...

> Worth mentioning that this isn't exactly a proper backup strategy. You've only configured the values of the record to be saved, not the timestamp, headers, or key (or Protobuf...

Thank you so much for that writeup! I guess then that this issue could be closed as "user error"

Yea well I've to tweak the requirements a little, because just "do backups on kafka" is apparently way too broad. Just focusing on the messages will probably be enough for...

Ah OK I had to do the following in my `/etc/nixos/configuration.nix`: ```nix { config, pkgs, lib, ... }: { imports = [ # Include the results of the hardware scan....

We solved it by not setting `cleanPrometheusOperatorObjectNames`. The pod names are a bit ugly, but it works.