{"id":46913707,"url":"https://github.com/easegress-io/easegress-portal","last_synced_at":"2026-03-11T02:26:09.085Z","repository":{"id":202598735,"uuid":"696690179","full_name":"easegress-io/easegress-portal","owner":"easegress-io","description":"Easegress official portal.","archived":false,"fork":false,"pushed_at":"2025-05-30T10:31:39.000Z","size":3682,"stargazers_count":35,"open_issues_count":21,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-30T13:46:11.422Z","etag":null,"topics":["easegress","portal","react"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easegress-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-26T08:50:00.000Z","updated_at":"2025-04-10T09:38:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c2efb7f-179f-4e0e-8355-bb7820f6049c","html_url":"https://github.com/easegress-io/easegress-portal","commit_stats":null,"previous_names":["megaease/easegress-portal","easegress-io/easegress-portal"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/easegress-io/easegress-portal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easegress-io%2Feasegress-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easegress-io%2Feasegress-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easegress-io%2Feasegress-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easegress-io%2Feasegress-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easegress-io","download_url":"https://codeload.github.com/easegress-io/easegress-portal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easegress-io%2Feasegress-portal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30367814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["easegress","portal","react"],"created_at":"2026-03-11T02:26:08.450Z","updated_at":"2026-03-11T02:26:09.077Z","avatar_url":"https://github.com/easegress-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easegress Portal\n\nEasegress Portal is an intuitive, open-source user interface for the [Easegress](https://github.com/megaease/easegress) traffic orchestration system. Developed with React.js, this portal provides config management, metrics, and visualizations, enhancing the overall Easegress experience.\n\n## Features\n\n-  **Intuitive User Interface:** Built with React.js—one of the most popular and efficient JavaScript libraries—our portal provides a smooth, user-friendly experience. Navigate, manage, and monitor with ease.\n\n-  **Unified Configuration Management:** Graphical representation of core Easegress concepts ensures intuitive control over configurations and monitoring data. Directly import native Easegress configurations and manage them through a straightforward interface.\n\n-  **Fully Open-Source, Easy Contributions:** We've open-sourced the entire Easegress Portal. Dive into the code, customize according to your needs, and join us in refining and expanding its capabilities. Developed with React.js and best practices, it's convenient for developers to contribute or customize.\n\n-  **Seamless Integration:** The portal integrates directly with the Easegress API without the need for middleware. We also offer a Docker Image for a one-click start-up.\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page. The page auto-updates as you edit the file.\n\n## Using Docker\n\n**1. [Install Docker](https://docs.docker.com/get-docker/) on your machine.**\n\n**2. Build your container:**\n```bash\ndocker build -t megaease/easegress-portal -f rootfs/Dockerfile .\n```\n\n**3. Run your container:**\n```bash\ndocker run -p 3000:3000 megaease/easegress-portal\n```\n\nYou can view your images created with `docker images`.\n\n## Screenshots\n\n**1. Cluster Management**\n\n![cluster](./docs/imgs/cluster.png)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Feasegress-io%2Feasegress-portal.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Feasegress-io%2Feasegress-portal?ref=badge_shield)\n\n**2. Traffic Management**\n\n![traffic list](./docs/imgs/traffic-list.png)\n\n![traffic http server](./docs/imgs/traffic-http-server.png)\n\n**3. Pipeline Management**\n\n![pipeline list](./docs/imgs/pipeline-list.png)\n\n![pipeline detail](./docs/imgs/pipeline-detail.png)\n\n![pipeline edit](./docs/imgs/pipeline-edit.png)\n\n**4. Controller Management**\n\n![controller list](./docs/imgs/controller-list.png)\n\n**5. Logs**\n\n![logs](./docs/imgs/logs.png)\n\n## Community\n\n- [Join Slack Workspace](https://join.slack.com/t/openmegaease/shared_invite/zt-upo7v306-lYPHvVwKnvwlqR0Zl2vveA) for requirement, issue and development.\n- [MegaEase on Twitter](https://twitter.com/megaease)\n\n## Contributing\n\nSee [Contributing guide](./CONTRIBUTING.md#contributing).\n\n## License\n\nEasegress is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.\n\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Feasegress-io%2Feasegress-portal.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Feasegress-io%2Feasegress-portal?ref=badge_large)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasegress-io%2Feasegress-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasegress-io%2Feasegress-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasegress-io%2Feasegress-portal/lists"}