Krzysztof Nazarewski (kdn)

Results 43 issues of Krzysztof Nazarewski (kdn)

**Describe the problem** I am configuring wireguard interface/port using environment variables, but they do not get updated unless I run `netbird up` separately. **To Reproduce** Steps to reproduce the behavior:...

client
feature-request

### What happened? Azure AD external users are in format: `user.name_external.domain.com#EXT#@internaltenant.onmicrosoft.com` for user `[email protected]` and `internaltenant` , which does not pass the internal check due to presence of `#`: https://github.com/gravitl/netmaker/blob/630c95c48b43ac8b0cdff1c3de13339c8b322889/models/structs.go#L274-L282...

bug

### Contact Details _No response_ ### What happened? I've added my home router as an egress into home network and it added a duplicate routing table entries without `metric` (meaning...

bug

While working on a NixOS module I noticed Caddy is able to generate responses based on environment variables by itself using snippet like this: https://github.com/nazarewk-iac/nix-configs/blob/a92e06d3a2d04e7c034c9f1f54f23dc76a387580/packages/netmaker/netmaker-ui/Caddyfile If you replaced `nginx` with...

### Contact Details _No response_ ### What happened? you should use `http[s]://` instead of `ws[s]://` in Caddyfile, `2.7` is throwing errors for it. see https://github.com/caddyserver/caddy/issues/5755 ### Version v0.22.0 ### What...

bug

### Description Continuing on #3 I've noticed F-Droid marks Ente photos (and the other one) as having anti-feature: > This app promotes or depends entirely on a non-changeable or non-fRee...

--mobile
- photos

### What would you like to be added? I would like to be able to influence order in which `kubectl drain` evicts `Pod`s from the node. ~~I did not check...

kind/feature
priority/backlog
sig/cli
sig/node
needs-triage

This is not what I was expecting: ``` source "$(command -v docopts).sh" declare -A args args['FILE,#']=2 args['FILE,0']=somefile1 args['FILE,1']='some file with space inside' array=( $(docopt_get_values args FILE) ) if [[ "${array[1]}"...

waiting for more example

adds message a warning to address #70

It quite often happens that existing (plain) Terraform modules do not support something because the authors didn't think of it, there seem to be 2 options to solve it: 1....

enhancement