Gerald Wu

Results 8 issues of Gerald Wu

I noticed that when building the Dockerfile, the resultant image had a size of 1.15GB! This did not pass the smell test for a small static Rust binary with an...

In the `Dockerfile`, use of `wget` to get the latest release from the GitHub releases is pretty strange, and IMO an anti-pattern. IMO, the `Dockerfile` should be put in the...

This PR removes the check for Traefik enabled when exposing the loadbalancer IPv4. Addresses https://github.com/kube-hetzner/terraform-hcloud-kube-hetzner/issues/240.

Currently the code in `output.tf` returns `null` for `load_balancer_public_ipv4` if Traefik is disabled. I can understand the reasoning, because without an ingress controller to provision an IP from the Hetzner...

enhancement
help wanted
good first issue

Add the orange variant of the [Authentik](https://goauthentik.io/) logo. The white one doesn't show up well on light theme dashboards.

Specify `bootstrap@^3.3.7` semantic version during package install. This fixes `react-bootstrap`'s incompatibility with the new Bootstrap 4. Also specify `bootswatch@^3.3.7` semantic version for same reason.

https://gcc.gnu.org/gcc-10/porting_to.html

Unless I am misinterpreting the code and set up my Caddy incorrectly, this module does not support replacing gzip/zstd/etc. compression encoded files. Since most people use Caddyserver as a reverse...

enhancement
help wanted