Thomas Boerger

Results 268 comments of Thomas Boerger

If we just get a git tag iot would already help to properly version an overlay for NixOS and we don't need to come up with some version scheme on...

I would suggest this Dockerfile instead, it results in 7MB size: ``` FROM alpine:edge AS build RUN apk add --no-cache build-base musl-dev ADD . /tmp/ RUN cd /tmp && make...

If somebody is able to statically compile the binary you could even use a scratch or busybox image as a base which would reduce the size and potential security issues...

The port is not maintained by this project, so feel free to raise an issue on the freebsd tracker.

Can we close this issue since oidc providers have been integrated?

IMHO this issue can get closed. It is possible to enable 2FA on an OIDC/OAuth2 provider. There are much more important features or fixes than building your own 2FA mechanism...

This is a duplicate of https://github.com/vulcand/vulcand/issues/9

@madeddie have you updated the deps before building? https://github.com/mailgun/vulcand/tree/master/Godeps/_workspace/src/github.com/mailgun/oxy

Packaging it for alpine and having an alpine image are two different things. I personally prefer alpine images oder scratch images because you got a shell within the container for...

If somebody can give me a hint where to hook up i can try to jump into this feature :)