Freenginx.org

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • angie

    Angie - drop-in replacement for Nginx

  • I don't get it...does not he knows about angie [1]? It was created by NGINX core devs after F5 acquisition if I'm not mistaken and it's a drop-in replacement for NGINX.

    [1] https://github.com/webserver-llc/angie

  • Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  • I haven't read the content of the patches to understand the impact of the bugs, but from my own experience [0] I can suggest a few reasons:

    - CVEs are gold to researchers and organizations like citations are to academics. In this case, the CVEs were filed based on "policy" but it's unclear if they are just adding noise to the DB.

    - The severity of the bug is not as severe as greater powers-that-be would like to think (again, they see it as doing due diligence; developers who know the ins and outs might see it as an overreaction).

    - Bug is in an experimental feature.

    I'm not saying one way is right or not in this case, just pointing out my experience has generally been that CVEs are kind of broken in general...

    [0]: https://github.com/caddyserver/caddy/issues/4775

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Nginx

    An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html

  • Yes, you are looking in the wrong place. Here: https://github.com/nginx/nginx/graphs/contributors

  • nginx-plus-dashboard

  • Compare what? Console/dashboard is open sourced by F5, so anybody can fork: https://github.com/nginxinc/nginx-plus-dashboard

  • tini

    A tiny but valid `init` for containers

  • yes busybox httpd or civetweb is even smaller, both around 300kb.

    for tini you mean https://github.com/krallin/tini? how large is your final docker image, why not just alpine in that case which is musl+busybox

  • homer

    A very simple static homepage for your server.

  • Yep that tini. The docker image is about 1.90mb. It's a repack of https://homer-demo.netlify.app/ I pre-gzipped a few of the compressible file extensions too so they can be served compressed.

    In this case, I didn't need alpine. I generally aim to get the image as minimal as possible without too much hassle. For example many community docker imagee use something like Ubuntu as a base and apt install java when they could use a distroless java

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts