{"id":16849927,"url":"https://github.com/rustyx/etcdv3-browser","last_synced_at":"2026-01-01T23:34:04.750Z","repository":{"id":37386059,"uuid":"193459038","full_name":"rustyx/etcdv3-browser","owner":"rustyx","description":"etcd v3 browser - web UI client for browsing (and optionally, editing) etcd3 contents","archived":false,"fork":false,"pushed_at":"2023-03-06T22:32:20.000Z","size":1728,"stargazers_count":35,"open_issues_count":6,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-18T14:06:11.448Z","etag":null,"topics":["browser","etcd","etcd-browser","etcd3"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rustyx.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-06-24T07:48:11.000Z","updated_at":"2024-04-15T13:45:57.860Z","dependencies_parsed_at":"2024-04-15T13:45:44.604Z","dependency_job_id":"ea490035-357d-411d-a4c8-c00673d6a423","html_url":"https://github.com/rustyx/etcdv3-browser","commit_stats":null,"previous_names":[],"tags_count":8,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyx%2Fetcdv3-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyx%2Fetcdv3-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyx%2Fetcdv3-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyx%2Fetcdv3-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustyx","download_url":"https://codeload.github.com/rustyx/etcdv3-browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244912800,"owners_count":20530764,"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":["browser","etcd","etcd-browser","etcd3"],"created_at":"2024-10-13T13:17:58.036Z","updated_at":"2026-01-01T23:34:04.743Z","avatar_url":"https://github.com/rustyx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# etcdv3-browser\n\nA simple etcd (v3) web-based browser.\n\n![etcd browser](https://rustyx.org/temp/etcdv3-browser.png)\n\nMain features:\n* Hierarchical display\n* Real-time updates - when something changes in ETCD, the web UI is automatically updated\n* Editing ETCD contents (if enabled)\n\n## Running\n\nThe application is designed to be run in Docker.\n\nFor example, the following starts `etcd` and `etcdv3-browser` in Docker:\n\n```\ndocker network create my_net\ndocker run -d --name etcd -p 2379:2379 --net my_net quay.io/coreos/etcd:v3.6.7 /usr/local/bin/etcd --listen-client-urls http://0.0.0.0:2379 --advertise-client-urls=http://127.0.0.1:2379\ndocker run -d --name etcdv3-browser --net my_net -p 8081:8081 -e HTTP_PORT=8081 -e ETCD=etcd:2379 -e EDITABLE=1 rustyx/etcdv3-browser\n```\n\nOpen http://localhost:8081\n\nIf port 8081 is occupied, change all instances of 8081 above to some other port.\n\n### Configuration\n\nEnvironment variables:\n\n| variable    | description                             | default                                       |\n| ----------- | --------------------------------------- | --------------------------------------------- |\n| `HTTP_PORT` | listen port                             | `8081`                                        |\n| `ETCD`      | etcd endpoint                           | `etcd:2379`                                   |\n| `CORS`      | allowed origins                         | `http://localhost:*`                          |\n| `EDITABLE`  | set to `1` to enable edit functionality | `0`                                           |\n| `PREFIX`    | only browse keys under a given prefix   | ``                                            |\n| `USERNAME`  | optionally send a username to etcd      | `\u003cempty\u003e`                                     |\n| `PASSWORD`  | optionally send a password to etcd      | `\u003cempty\u003e`                                     |\n\n## Development environment\n\nInitial setup: install Go 1.24+, Node.js 22+.\n\n### Backend\n\n```\ncd backend\ngo build\n./etcdv3-browser\n```\n\n### Frontend\n\n```\ncd frontend\nnpm run serve\n```\n\n### Running unit tests\n\n```\ncd backend\ngo test ./...\n```\n\n```\ncd frontend\nnpm run test:unit\n```\n\n### Lints and code quality checks\n\n```\ncd frontend\nnpm run lint\n```\n\n### Building a Docker image\n\n```\ndocker build . -t rustyx/etcdv3-browser\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustyx%2Fetcdv3-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustyx%2Fetcdv3-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustyx%2Fetcdv3-browser/lists"}