Jelle Besseling

Results 32 comments of Jelle Besseling

> Does it work with tags? `nix profile install github:cachix/cachix/v0.6.1` Yes that works but it will not be able to update to the latest release like the other installation method...

I think in the spirit of fabio being zero-config, it's important that fabio picks up the `CONSUL_HTTP_ADDR` environment variable when available. The consul api already does this when no address...

I've found that the `CONSUL_HTTP_ADDR` environment variable is picked up when I run fabio with ```hcl args = ["-registry.consul.addr", ""] ```

@nathanejohnson good to hear! I switched from fabio to traefik myself but I'm happy to help out

This helped me, I think it would be nice to have in the README.md

In my configuration I solved this by using a templated file, but this method seems much better. I'll test out your PR

This worked great on my configuration! I would recommend merging this

For my project I think I'm just gonna try and hardcode it to the nixpkgs master version so it will stay up to date but not with poetry

LMTP would be useful as a protocol to send local mail to an MDA like [stalwart](https://stalw.art/jmap/configure/lmtp/)