{"id":13643313,"url":"https://github.com/Nitro/envoy-ui","last_synced_at":"2025-04-21T01:32:16.824Z","repository":{"id":32191941,"uuid":"113461959","full_name":"Nitro/envoy-ui","owner":"Nitro","description":"Dead simple server-side UI for Envoy proxy (like HAproxy stats)","archived":false,"fork":false,"pushed_at":"2022-02-23T11:35:20.000Z","size":191,"stargazers_count":77,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-02T01:19:46.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nitro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-07T14:40:21.000Z","updated_at":"2024-07-17T19:57:58.000Z","dependencies_parsed_at":"2022-08-07T17:15:33.611Z","dependency_job_id":null,"html_url":"https://github.com/Nitro/envoy-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nitro%2Fenvoy-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nitro%2Fenvoy-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nitro%2Fenvoy-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nitro%2Fenvoy-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nitro","download_url":"https://codeload.github.com/Nitro/envoy-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223845939,"owners_count":17213074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:01:45.696Z","updated_at":"2024-11-09T15:30:26.037Z","avatar_url":"https://github.com/Nitro.png","language":"Crystal","readme":"Envoy UI\n========\n\nA simple UI for the CNCF's [Envoy proxy](https://www.envoyproxy.io/) that\nreplicates some of the functionality of the HAproxy stats page. Intended to\ntalk to a single instance of the proxy.\n\nFetches statistics from `/clusters` and `/stats` on the Envoy node and renders\na single page with a more human-readable view of the statistics. Best used for\ninstances that are gateway nodes or Internet-facing headends. Each view is a\nsnapshot in time and does not auto-update.\n\nSample dashboard page for a proxy instance:\n![Envoy UI](assets/envoy-ui.png)\n\nInstallation\n------------\n\nYou may either use the pre-built [Docker\nimage](https://hub.docker.com/r/gonitro/envoy-ui/) or build the binaries\nyourself natively with [Crystal](https://crystal-lang.org). It has been\ntested on Linux and macOS.\n\n```\n$ crystal build --release envoy-ui.cr\n$ ./envoy-ui\n```\n\nTo build an image locally and run a container\n```\n$ docker build -t envoy-ui .\n$ docker run envoy-ui\n```\n\nConfiguration\n-------------\n\nIf you are running Envoy UI on the command line you can configure it with\nCLI flags:\n```\n$ ./envoy-ui --help\nUsage: envoy-ui [arguments]\n    -h HOSTNAME, --host=HOSTNAME     Envoy proxy hostname (127.0.0.1)\n    -p PORT, --port=PORT             Envoy proxy port (9901)\n    -l PORT, --listen-port=PORT      Port to listen on (8080)\n    --help                           Show this help\n```\n\nIf you are running it in the Docker container, you may configure it with\nenvironment variables:\n\n * `ENVOY_UI_HOST`: Envoy proxy hostname\n * `ENVOY_UI_PORT`: Envoy proxy port\n * `ENVOY_UI_LISTEN_PORT`: Port to listen on\n\nContributing\n------------\n\nContributions are more than welcome. Bug reports with specific reproduction\nsteps are great. If you have a code contribution you'd like to make, open a\npull request with suggested code.\n\nPull requests should:\n\n * Clearly state their intent in the title\n * Have a description that explains the need for the changes\n * Include tests!\n * Not break the public API\n\nPing us to let us know you're working on it by opening a GitHub Issue on the\nproject.\n\nCopyright (c) 2018 Nitro Software\n","funding_links":[],"categories":["Crystal","Observability \u0026 Monitoring"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNitro%2Fenvoy-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNitro%2Fenvoy-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNitro%2Fenvoy-ui/lists"}