awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
yusing avatar

yusing/godoxy

0
View on GitHub↗
3,360 星标·139 分支·Go·3 次浏览docs.godoxy.dev↗

Godoxy

Godoxy is a Docker container orchestrator and reverse proxy manager. It provides a centralized system for managing the lifecycle, power states, and resource usage of virtualized containers, while routing HTTP, TCP, and UDP traffic to backend services with automatic route discovery.

The project distinguishes itself through an OIDC access control gateway that authenticates users via external identity providers and a resource optimization system that puts idle containers to sleep and wakes them automatically when network requests arrive. It also includes an automatic SSL certificate manager that handles issuance and renewal using DNS verification.

Additional capabilities cover traffic management through load balancing and container-aware routing. The system includes security primitives for attribute-based access control and observability tools for real-time log streaming and system resource tracking.

Features

  • Docker Container Orchestrators - Provides a centralized management interface for controlling the lifecycle, power states, and resource usage of Docker containers.
  • Reverse Proxies - Provides a high-performance reverse proxy that routes HTTP, TCP, and UDP traffic to Docker containers with automatic discovery.
  • Container Lifecycle Administration - Provides a centralized interface for starting, stopping, and restarting virtualized containers with integrated health monitoring.
  • Runtime State Routing - Automatically configures network routes based on the real-time presence and active state of virtualized containers.
  • Traffic-Based Container Awakening - Conserves resources by putting idle containers to sleep and waking them automatically upon receiving new requests.
  • Load Balancers - Distributes incoming network traffic across multiple container instances to ensure high availability and resource optimization.
  • Automated Traffic Routing - Automatically discovers and binds network routes to containers using hostnames, IP addresses, or aliases.
  • Traffic Routing - Forwards HTTP, TCP, and UDP traffic to backend services using configurable routing rules.
  • OIDC Identity Integrations - Authenticates users via external identity providers using OIDC to restrict network traffic by IP or geography.
  • Single Sign-On Integrations - Authenticates users via external identity providers using standard OIDC protocols to secure backend applications.
  • SSL Certificate Managers - Automates the issuance and renewal of security certificates through DNS verification for proxied domains.
  • Request-Driven Container Activation - Automatically wakes sleeping containers when network requests arrive to optimize server resource usage.
  • Dynamic Power Optimization - Saves server resources by automatically sleeping idle containers and waking them on network requests.
  • Dynamic Routing - Automatically maps network hostnames to active containers by detecting the current state of the container runtime.
  • Attribute-Based Access Control - Implements a security layer that filters incoming network requests based on client attributes like IP range, country, or timezone.
  • DNS-Based Certificate Issuers - Automates the issuance and renewal of SSL certificates using DNS-based verification challenges.
  • Network Access Control - Defines and enforces security policies to regulate network traffic based on client addresses and geographic locations.
  • Network Access Controls - Restricts incoming traffic based on client IP addresses, geographic locations, or specific time-based rules.
  • Log Streaming - Provides real-time streaming of system and container logs via a persistent socket connection.
  • Real-Time Application Log Monitoring - Allows users to view node and container logs in real-time using a persistent socket connection.
  • System Health Monitors - Tracks uptime and core system metrics through a visual dashboard to ensure operational stability.

Star 历史

yusing/godoxy 的 Star 历史图表yusing/godoxy 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Godoxy 的开源替代方案

相似的开源项目,按与 Godoxy 的功能重合度排序。
  • fosrl/pangolinfosrl 的头像

    fosrl/pangolin

    21,255在 GitHub 上查看↗

    Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private network resources. It functions as a cloud-native network controller that orchestrates encrypted tunnels, traffic routing, and access policies across distributed environments. By leveraging WireGuard for secure data transport, the platform enables authenticated access to internal web applications, terminal sessions, and remote desktops without exposing services to the public internet. The platform distinguishes itself through a declarative infrastructure model that synchronizes n

    TypeScriptcrowdsecdockerhome-lab
    在 GitHub 上查看↗21,255
  • aws/aws-cdkaws 的头像

    aws/aws-cdk

    12,817在 GitHub 上查看↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    TypeScriptawscloud-infrastructurehacktoberfest
    在 GitHub 上查看↗12,817
  • containous/traefikcontainous 的头像

    containous/traefik

    63,656在 GitHub 上查看↗

    Traefik is a cloud-native load balancer and dynamic reverse proxy designed for microservices traffic routing. It automatically discovers services and generates network routes by listening to infrastructure changes in orchestrators and service registries. The project distinguishes itself through auto-configuring service routing, which eliminates manual configuration by updating routing rules in real time as infrastructure scales. It also provides automated SSL certificate management, utilizing ACME-based automation to request and renew certificates from remote authorities. Additional capabili

    Go
    在 GitHub 上查看↗63,656
  • runtipi/runtipiruntipi 的头像

    runtipi/runtipi

    9,499在 GitHub 上查看↗

    Runtipi is a home server dashboard and orchestration tool designed for deploying and managing containerized applications. It provides a web-based interface for discovering and installing software from a curated app store, utilizing a Docker Compose orchestrator to handle the deployment of self-hosted services. The system integrates a reverse proxy and SSL manager to route external traffic to internal containers, automating HTTPS certificate renewal and domain assignment. It also features a built-in backup and update manager that uses cron-based scheduling to perform automatic security patchin

    TypeScripthomeserverlinuxself-hosted
    在 GitHub 上查看↗9,499
查看 Godoxy 的所有 30 个替代方案→

常见问题解答

yusing/godoxy 是做什么的?

Godoxy is a Docker container orchestrator and reverse proxy manager. It provides a centralized system for managing the lifecycle, power states, and resource usage of virtualized containers, while routing HTTP, TCP, and UDP traffic to backend services with automatic route discovery.

yusing/godoxy 的主要功能有哪些?

yusing/godoxy 的主要功能包括:Docker Container Orchestrators, Reverse Proxies, Container Lifecycle Administration, Runtime State Routing, Traffic-Based Container Awakening, Load Balancers, Automated Traffic Routing, Traffic Routing。

yusing/godoxy 有哪些开源替代品?

yusing/godoxy 的开源替代品包括: fosrl/pangolin — Pangolin is a zero-trust remote access platform designed to provide secure, identity-aware connectivity to private… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision… containous/traefik — Traefik is a cloud-native load balancer and dynamic reverse proxy designed for microservices traffic routing. It… runtipi/runtipi — Runtipi is a home server dashboard and orchestration tool designed for deploying and managing containerized… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud… bunkerity/bunkerweb — BunkerWeb is a containerized suite of infrastructure tools that functions as a cloud-native web application firewall…