{"id":48680716,"url":"https://github.com/dhaneeshtb/scaleguard","last_synced_at":"2026-04-26T20:00:42.321Z","repository":{"id":230946813,"uuid":"683318169","full_name":"dhaneeshtb/scaleguard","owner":"dhaneeshtb","description":"Scaleguard is a high-performance load balancer and reverse proxy designed to efficiently distribute traffic across multiple servers and ensure seamless service availability.","archived":false,"fork":false,"pushed_at":"2026-04-03T07:59:15.000Z","size":2446,"stargazers_count":41,"open_issues_count":4,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-03T13:47:54.635Z","etag":null,"topics":["certificatemanager","dnsserver","expose","freecertificate","loadbalancer","reverse-proxy"],"latest_commit_sha":null,"homepage":"https://scaleguard.vercel.app","language":"Java","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/dhaneeshtb.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-26T07:13:20.000Z","updated_at":"2026-04-03T07:59:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"01d34a51-554f-4f39-8f4a-f0b783325fad","html_url":"https://github.com/dhaneeshtb/scaleguard","commit_stats":null,"previous_names":["dhaneeshtb/scaleguard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dhaneeshtb/scaleguard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhaneeshtb%2Fscaleguard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhaneeshtb%2Fscaleguard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhaneeshtb%2Fscaleguard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhaneeshtb%2Fscaleguard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhaneeshtb","download_url":"https://codeload.github.com/dhaneeshtb/scaleguard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhaneeshtb%2Fscaleguard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32310804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["certificatemanager","dnsserver","expose","freecertificate","loadbalancer","reverse-proxy"],"created_at":"2026-04-11T01:00:36.056Z","updated_at":"2026-04-26T20:00:42.316Z","avatar_url":"https://github.com/dhaneeshtb.png","language":"Java","funding_links":[],"categories":["容错组件"],"sub_categories":["Spring Cloud框架"],"readme":"# Scaleguard\nScaleguard is a high-performance load balancer and reverse proxy designed to efficiently distribute traffic across multiple servers and ensure seamless service availability. It optimizes network performance by intelligently routing requests, balancing workloads, and providing secure exposure of services. Scaleguard enhances scalability, improves fault tolerance, and supports dynamic traffic management for distributed environments.\n## Architecture\n\nScaleguard's architecture ensures high availability, security, and ease of management. Below is an overview of its core components:\n\n![Scaleguard Architecture](scaleguard.svg)\n\n## Landing Screen\n\nBelow is a screenshot of the Scaleguard landing screen:\n\n![Scaleguard Landing Screen](screen1.png)\n\n## Features\n- **Load Balancer**: Distributes incoming traffic across multiple backend servers to ensure optimal resource utilization and reliability.\n- **Reverse Proxy**: Acts as an intermediary to handle client requests, improving security and performance.\n- **SafeExpose**: Securely expose internal services to external clients with controlled access.\n- **Multi-Cluster Load Balancer**: Efficiently manage traffic across multiple clusters, ensuring high availability and failover support.\n- **Async API Support**: Efficiently handle asynchronous communication patterns for real-time applications or services.\n- **Queuing Mechanism**: Supports queuing for efficient workload distribution and message processing.\n- **Built-in Observability**: Provides real-time monitoring, logging, and tracing for improved system visibility and debugging.\n- **API Support**: Facilitates seamless integration with external services through a robust API framework.\n- **Dynamic Configuration API**: Enables real-time updates to configurations without requiring restarts or downtime.\n- **Dynamic DNS**: Automatically updates DNS records based on changes in infrastructure, improving service discovery.\n- **Automatic Certificate Provisioning**: Automated provisioning and management of SSL/TLS certificates for secure communication.\n- **Request Caching**: Stores frequently requested content at the load balancer level to improve response times and reduce load on backend servers.\n- **High Scalability**: Efficiently handles a large number of concurrent connections and scales horizontally as demand increases.\n\n\n\n## Getting Started\n\n### Prerequisites\nEnsure the following dependencies are installed before running Scaleguard:\n- Java (JDK 11 or later)\n- Node.js (for Admin UI)\n- Maven (for building the backend)\n- Git\n\n### Installation \u0026 Setup\n\n#### Cloning the Repository\n```sh\ngit clone https://github.com/dhaneeshtb/scaleguard.git\ncd scaleguard\n```\n\n\n### Running Scaleguard Server\n\n#### Build and Start the Server Locally\n```sh\nmvn clean install\njava -DadminUser=scaleguard -DadminPassword=Scaleguard123$ -jar target/scaleguard-1.0-SNAPSHOT.jar\n```\n\n## 🚀 Production Deployment\n\nFollow these steps to deploy **Scaleguard** in a production environment.\n\n---\n\n### 🔧 Step 1: Build the Application\n\n    Ensure Java and Maven are installed, then run:\n\n    mvn clean install\n    \n    This will generate the JAR file at: target/scaleguard-1.0-SNAPSHOT.jar\n\n### 🌐 Step 2: Map Hostname to Server\n\n    Configure your DNS provider to map a CNAME (or A record) to your server’s IP address:\n    CNAME: router.example.com → \u003cYOUR_SERVER_PUBLIC_IP\u003e\n    \n    This will generate the JAR file at: target/scaleguard-1.0-SNAPSHOT.jar\n\n### ▶️ Step 3: Run the Server\n    Start the Scaleguard server with admin credentials and the configured hostname:\n    \n    nohup java -DadminUser=scaleguard \\\n        -DadminPassword=Scaleguard123$ -jar scaleguard.jar \\\n        --hostname=router.example.com \u003e scaleguard.log \u0026 echo $! \u003e scaleguard.pid\n\n### 🌐 Step 4: Connect via Scaleguard Admin UI https://scaleguard.vercel.app/sign-in\n    To manage your Scaleguard instance through the centralized Admin UI:\n    Visit the web console:https://scaleguard.vercel.app/sign-in\n    Username: your username (scaleguard)\n    Password: your password (Scaleguard123$)\n    Enter your Host URL as: whatever host you configured for example:https://router.example.com\n    ✅ Once logged in, you'll have access to the full administration dashboard connected to your deployed server.\n\n### Running Admin UI Locally\n\n```sh\ncd admin-ui\nnpm install\nnpm start\n```\n#### hosturl: http[s]://\u003cip/hostname of scaleguard\u003e username and password provided above\n\n### SafeExpose: Secure Application Exposure\nScaleguard provides a `SafeExpose` mechanism that allows users to expose their locally running applications to the public in a secure manner. This is achieved through the `safeexpose` script, available at [Scaleguard SafeExpose](https://github.com/dhaneeshtb/scalegurad-safeexpose.git).\n\nFor installation and usage details, please refer to the official [Scaleguard SafeExpose repository](https://github.com/dhaneeshtb/scalegurad-safeexpose.git).\n\n### Disabling Default System DNS Server (If Required)\nIf you need to disable the system's default DNS service:\n```sh\nsudo systemctl disable systemd-resolved.service\nsudo systemctl stop systemd-resolved\n```\n\n## Contributing\nContributions are welcome! Please follow these steps:\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature-branch`).\n3. Commit your changes (`git commit -m \"Add new feature\"`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Create a pull request.\n\nWe appreciate your contributions to make Scaleguard even better!\n\n## License\nScaleguard is released under the MIT License.\n\n## Contact\nFor any inquiries, please contact: dhaneeshtnair@gmail.com  Contributions are welcome! Please follow these steps:\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature-branch`).\n3. Commit your changes (`git commit -m \"Add new feature\"`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Create a pull request.\n\nWe appreciate your contributions to make Scaleguard even better!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhaneeshtb%2Fscaleguard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhaneeshtb%2Fscaleguard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhaneeshtb%2Fscaleguard/lists"}