Results 122 comments of dm17

Is buildx not meant to match the features of docker and compose in order to extend them? I can't seem to get this working via buildx from a Dockerfile: ```FROM...

I guess the author will take pull requests if we want to enhance this? Could also work as a meditation timer if we could use good quality samples that last...

Ya this us requires for interval timing, for which I still rely on an ad infested app...

This seems to explain how to do it and also justifies adding it to the official image: https://community.traefik.io/t/traefik-as-non-root-should-be-default/16573/2

Would be epic. I guess plenty of requests for getting GPU data from the nvidia blobs, but my request would be to get it from `intel_gpu_top` and `radeontop`. BTOP rocks!

I still have not figured out how to do this... Maybe not possible with nginx.

@jwilder I guess there's a more direct way I can ask: Is there any way to make your nginx proxy *not* forward HTTP -> HTTPS for a specific URL, only?

This seems like confirmation it is not possible in this project: https://stackoverflow.com/questions/58701863/is-there-any-way-to-make-your-nginx-proxy-not-forward-http-https-for-a-specif @thomasleveil @kamermans -- any thoughts on this? Thanks!

> There's definitely no feature to do this intentionally, and I can't think of any way to cleanly workaround it. > > If I was in this situation, I might...

> @gerrytsui In this case, I use three components: `jwilder/nginx-proxy`, `jrcs/letsencrypt-nginx-proxy-companion`, and then `adamkdean/redirect`. > > `nginx-proxy` upgrades http to https where a cert is available, and `adamkdean/redirect` handles X...