Murukesh Mohanan

Results 11 comments of Murukesh Mohanan

FWIW, if a Cloudflare example will help, here's what mine looks like: ``` protocol=cloudflare zone=muru.dev ttl=60 login=token password=xxx usev4=cmdv4, cmdv4='/usr/bin/external-ip' foo.muru.example.com usev6=ifv6, ifv6='eth0' foo.muru.example.com ``` Aside: With Cloudflare, I had...

I have the same issue, also running Xfce on Raspberry Pi, but I'm on a 3B+ running Arch Linux ARM (32-bit kernel and userland). System details: ``` % conky --version...

I tried using i3 and picom instead of xfwm4, but the problem persists.

@Richard87 's comment led me to the right track. For context, we're using Traefik 1.7 in Kubernetes with [cert-manager](https://cert-manager.io/docs/) to create the certificates. Earlier, the certificate was mounted in the...

Instead of an `ignore_drift` that ignores a gap _after_ `rotation_rfc3339`, what I'd like is a grace period setting that starts triggering rotation some N time units _before_ `rotation_rfc3339`. So if...

Is there anything blocking this PR from being merged? (Or at least, anything that random drive-by contributions by people not in the core dev team could fix?)

I ran into pretty much the same situation, and also while using the GitHub provider. What annoyed me even more is that using a provider alias doesn't work because of...

I'm seeing the same thing on 32-bit Arch Linux ARM (`armv7l`). I have tried: - The package from Arch Linux ARM (`headscale-0.25.1-1`) - The ARMv7 binary from the GitHub release...

If `verify_user` is supposed to cause the plan to fail, you can use [the `github_membership` data source](https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/membership) instead: ```hcl data "github_membership" "org_users" { for_each = { for user in var.verified_users...

@elsaco thanks for the data point! If I used Fedora, I'd raise a bug with them too, but for now I use only Ubuntu and AL2023 at work.