Go Nginx

Open-source Go projects categorized as Nginx

Top 23 Go Nginx Projects

  • ingress-nginx

    Ingress-NGINX Controller for Kubernetes

  • Project mention: Kubernetes Ingress in a nutshell Part01 | dev.to | 2024-05-25

    helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm upgrade --install ingress-nginx ingress-nginx \ --repo https://kubernetes.github.io/ingress-nginx \ --namespace ingress-nginx \ --create-namespace --set-string controller.service.annotations."service\.beta\.kubernetes\.io/aws-load-balancer-type"="nlb"

  • flagger

    Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)

  • Project mention: A K8s progressive delivery tool | news.ycombinator.com | 2024-01-09
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kubernetes-ingress

    NGINX and NGINX Plus Ingress Controllers for Kubernetes

  • Project mention: ☸️ Kubernetes NGINX Ingress Controller: 10+ Complementary Configurations for Web Applications | dev.to | 2023-10-16

    Everything in the YAML snippets below — except for ingress configuration — relates to configuring the NGINX ingress controller. This includes customizing the default configuration.

  • arkade

    Open Source Marketplace For Developer Tools

  • Project mention: Understand your usage of GitHub Actions | news.ycombinator.com | 2023-06-18

    If you omit sudo, then you can move the binary yourself.

    And of course, there's nothing stopping you visiting the releases page - or installing my tap and getting it from Brew!

    https://github.com/alexellis/arkade/releases

  • vouch-proxy

    an SSO and OAuth / OIDC login solution for Nginx using the auth_request module

  • Project mention: I'm looking for an SSO server/reverse proxy with features I'm not sure exist | /r/selfhosted | 2023-06-23
  • nginx-prometheus-exporter

    NGINX Prometheus Exporter for NGINX and NGINX Plus

  • sablier

    Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.

  • Project mention: Sablier: Start containers on demand, shut them down automatically | news.ycombinator.com | 2024-02-03
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • goploy

    Devops, Deploy, CI/CD, Terminal, Sftp, Server monitor, Crontab Manager, Nginx Manager.

  • prometheus-nginxlog-exporter

    Export metrics from Nginx access log files to Prometheus

  • error-pages

    🚧 Pretty server's error pages in the docker image & git repository (for traefik, k8s, nginx and so on) (by tarampampam)

  • Project mention: ☸️ Kubernetes NGINX Ingress Controller: 10+ Complementary Configurations for Web Applications | dev.to | 2023-10-16

    controller: config: custom-http-errors: 404,408,500,501,502,503,504,505 # Prepackaged default error pages from https://github.com/tarampampam/error-pages/wiki/Kubernetes-&-ingress-nginx # multiple themes here: https://tarampampam.github.io/error-pages/ defaultBackend: enabled: true image: repository: ghcr.io/tarampampam/error-pages tag: 2.21 # latest as of 01/04/2023 here: https://github.com/tarampampam/error-pages/pkgs/container/error-pages extraEnvs: - name: TEMPLATE_NAME value: lost-in-space # one of: app-down, cats, connection, ghost, hacker-terminal, l7-dark, l7-light, lost-in-space, matrix, noise, shuffle - name: SHOW_DETAILS # Optional: enables the output of additional information on error pages value: "false"

  • ssl-proxy

    :lock: Simple zero-config SSL reverse proxy with real autogenerated certificates (LetsEncrypt, self-signed, provided)

  • nginx-gateway-fabric

    NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.

  • Project mention: Issue with k0s and nginx-fabric API Gateway | /r/kubernetes | 2023-12-09

    I am studying and building the simplest yet functional cluster possible and i ran into an issue better detailed here: https://github.com/nginxinc/nginx-gateway-fabric/discussions/1357

  • nginx-adapter

    Run Caddy with your NGINX config

  • rare

    Realtime regex-extraction and aggregation into common CLI formats such as histograms, bar graphs, numerical summaries, tables, and more! (by zix99)

  • Project mention: Is doom emacs still actively maintained? | /r/emacs | 2023-06-16

    If you tried it and now wondering what the heck is "rare" and how to get it installed: https://github.com/zix99/rare

  • agent

    NGINX Agent provides an administrative entry point to remotely manage, configure and collect metrics and events from NGINX instances (by nginx)

  • nginx-prometheus

    Turn Nginx logs into Prometheus metrics

  • appserve

    easy app server with automatic https

  • Project mention: Ask HN: Tell us about your project that's not done yet but you want feedback on | news.ycombinator.com | 2023-08-16

    I had an issue where I had a million droplets with an app on port 3000 because nginx is hard and I'm not that smart, so I made a thing that lets you add a domain mapped to a port super easy, and the request gets dynamically routed to the correct app on the correct port. It lacks https, but is otherwise super useful.

    https://github.com/donuts-are-good/appserve

  • esquilo-aniquilador

    🐿 Minha API aniquiladora pra Rinha de Backend em Go. Segunda edição da Rinha!

  • Project mention: Personalizando o README do seu projeto | dev.to | 2024-03-24

    esquilo aniquilador

  • rplace

    Backend Development of reddit r/place🐱‍💻 (by leoantony72)

  • imgsrvr

    "temporary" git for my web/image server app thing.. yeah

  • gophersignal

    Gopher Signal uses smart technology to quickly summarize important points from HackerNews.com articles. https://gophersignal.com

  • Project mention: Ask HN: Who wants to be hired? (March 2024) | news.ycombinator.com | 2024-03-01

    Email: [email protected] or https://www.linkedin.com/in/meet-kevin-zehnder/

    Hello, my name is Kevin and I’m a software engineering intern. I'm looking for new opportunities to learn. A recent example of my work is this tool that summarizes HackerNews.com articles using HuggingFace: https://gophersignal.com

  • nginx-wg-proxy

    Small docker container which allows proxying http requests through a wireguard tunnel.

  • pdash

    orders dashboard in microservices architecture

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Nginx related posts

  • Kubernetes Ingress in a nutshell Part01

    1 project | dev.to | 25 May 2024
  • Automating EKS Deployment and NGINX Setup Using Helm with AWS CDK in Python

    1 project | dev.to | 25 Apr 2024
  • Reverst: Reverse Tunnels in Go over HTTP/3 and QUIC

    4 projects | news.ycombinator.com | 8 Apr 2024
  • Kubernetes Gateway API v1.0: Should You Switch?

    3 projects | dev.to | 3 Jan 2024
  • Issue with k0s and nginx-fabric API Gateway

    1 project | /r/kubernetes | 9 Dec 2023
  • nginx ingress controller installation

    1 project | /r/kubernetes | 6 Dec 2023
  • IP-Whitlisting: Is adjusting nginx-ingress-controller service a solution?

    1 project | /r/kubernetes | 28 Nov 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 28 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Nginx projects in Go? This list will help you:

Project Stars
1 ingress-nginx 16,775
2 flagger 4,750
3 kubernetes-ingress 4,546
4 arkade 4,114
5 vouch-proxy 2,770
6 nginx-prometheus-exporter 1,495
7 sablier 1,114
8 goploy 968
9 prometheus-nginxlog-exporter 914
10 error-pages 756
11 ssl-proxy 717
12 nginx-gateway-fabric 382
13 nginx-adapter 307
14 rare 257
15 agent 231
16 nginx-prometheus 40
17 appserve 9
18 esquilo-aniquilador 8
19 rplace 5
20 imgsrvr 5
21 gophersignal 5
22 nginx-wg-proxy 5
23 pdash 4

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com