{"id":22275618,"url":"https://github.com/diennea/carapaceproxy","last_synced_at":"2025-06-18T08:34:30.363Z","repository":{"id":39381520,"uuid":"166411274","full_name":"diennea/carapaceproxy","owner":"diennea","description":"A Distributed Java Reverse Proxy","archived":false,"fork":false,"pushed_at":"2025-05-28T15:13:18.000Z","size":8003,"stargazers_count":25,"open_issues_count":67,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-03T23:16:43.583Z","etag":null,"topics":["http-proxy","java","load-balancer","netty","proxy"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/diennea.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,"publiccode":null,"codemeta":null}},"created_at":"2019-01-18T13:43:03.000Z","updated_at":"2025-05-28T15:13:15.000Z","dependencies_parsed_at":"2024-03-28T16:37:25.670Z","dependency_job_id":"697bb4dd-5316-43e6-b21f-85a3af317114","html_url":"https://github.com/diennea/carapaceproxy","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/diennea/carapaceproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diennea%2Fcarapaceproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diennea%2Fcarapaceproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diennea%2Fcarapaceproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diennea%2Fcarapaceproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diennea","download_url":"https://codeload.github.com/diennea/carapaceproxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diennea%2Fcarapaceproxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260518971,"owners_count":23021385,"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":["http-proxy","java","load-balancer","netty","proxy"],"created_at":"2024-12-03T14:10:18.567Z","updated_at":"2025-06-18T08:34:25.308Z","avatar_url":"https://github.com/diennea.png","language":"Java","funding_links":[],"categories":["网络编程"],"sub_categories":[],"readme":"# Carapaceproxy\nA Distributed Java Reverse Proxy\n\n## For Developers\nStart Carapace by running `./run.sh` script. This just launch the server, the ui and load a ready to use dynamic configuration.\nServer will start at `http://localhost:8001/ui/#/` and `https://localhost:4001/ui/#/` with no authentication required.\n\nTo launch/update the ui only, run `./carapace-ui/deploy.sh`\n\nTo bundle the project into a .zip archive for a standalone installation run `mvn clean install -DskipTests -Pproduction`. You'll find the generated zip in `carapace-server/target/carapace-server-X.Y.Z-SNAPSHOT.zip`\n\n## For Admins\nTo install Carapace, just unzip the carapace.zip archive and then run `./bin/service server start [custom-server.properties]` (default server.properties is loaded).\nThe server will start at `hostname:port` as defined in the server.properties file loaded.\n\n## Docker\n\nYou can build carapace docker image by running:\n```\nmvn clean install -DskipTests -Pproduction\ndocker/build.sh\n```\nThen you can run the container and the admin interface will be listening on 0.0.0.0:8001\n```\ndocker run -p 8001:8001 carapace/carapace-server:latest\n```\nYou can also pass system properties using docker option `-e` with the prefix `CARAPACE`:\n\n```\ndocker run -p 8001:8001 -e CARAPACE_mode=cluster -e CARAPACE_zkAddress=localhost:2181 carapace/carapace-server:latest\n```\n\n### Docker start a simple cluster with 1 node\n\nYou can run a simple 1-node cluster using the docker-compose.yml file.\nThis starts a Carapace node (with embedded bookkeeper and herddb) and Zookeeper.\nThe replication factor of bookkeeper in this case will be set to 1.\n\n```\ndocker compose up -d\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiennea%2Fcarapaceproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiennea%2Fcarapaceproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiennea%2Fcarapaceproxy/lists"}