GoDoxy: High-Performance Reverse Proxy and Container Orchestrator for Self-Hosters
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
GoDoxy is a high-performance reverse proxy and container orchestrator designed for self-hosters. Written in Go, it offers effortless configuration, automatic SSL management, and a powerful Web UI. It simplifies the management of Docker and Podman containers, providing advanced features like ACL, idle-sleep, and OpenID Connect support.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
GoDoxy is a lightweight, simple, and performant reverse proxy with a Web UI, specifically designed for self-hosters. It acts as a high-performance reverse proxy and container orchestrator, simplifying the management of your applications. Key features include effortless configuration, automatic SSL certificate management with Let's Encrypt, and support for Docker and Podman containers.
Installation
Setting up GoDoxy is straightforward. It's designed to run in host network mode.
- Prepare a new directory for docker compose and config files.
- Run the setup script inside the directory:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/yusing/godoxy/main/scripts/setup.sh)" - Start the docker compose service from the generated
compose.yml:docker compose up -d - Access the WebUI at
https://godoxy.yourdomain.comfor further configuration.
Examples
GoDoxy simplifies routing by reading container names, labels, and port configurations. It automatically creates routes, similar to "Virtual Hosts," based on these settings. For instance, using the label proxy.aliases: qbt allows access to your application via qbt.domain.com. The Web UI provides dashboards for app management, configuration editing, and viewing metrics and logs, as demonstrated in its screenshots.
Why Use GoDoxy?
GoDoxy stands out for its simplicity, performance, and comprehensive features. Its effortless configuration, detailed error messages, and simple multi-node setup make it user-friendly. Advanced automation includes automatic SSL with DNS-01 challenge and hot-reloading. With features like ACL, idle-sleep for containers, OpenID Connect support, and a responsive Web UI for monitoring and management, GoDoxy provides a robust solution for modern self-hosting needs.
Links
Related repositories
Similar repositories that may be relevant next.

gh-aw-firewall: Secure Your Agentic Workflows with a Network Firewall
August 16, 2026
gh-aw-firewall is a robust network firewall designed specifically for agentic workflows, restricting outbound HTTP/HTTPS traffic to an allowlist of domains. It operates by running commands within a Docker sandbox, leveraging a Squid proxy for traffic filtering and an optional API proxy sidecar to securely manage LLM API keys. This project is a crucial component of GitHub's ongoing exploration into Agentic Workflows, enhancing their security and control.

DockerCheatSheet: A Comprehensive Guide to Docker Commands
July 17, 2026
The DockerCheatSheet repository offers a comprehensive and highly-starred collection of Docker commands, serving as an invaluable resource for developers and DevOps engineers. Based on the 'Painless Docker' guide, it covers everything from basic container operations to advanced Docker Swarm and Compose functionalities. With nearly 4,000 stars, this cheat sheet is a popular and actively maintained reference for mastering Docker.
HomeHub: Your Private, Self-Hosted Family Utility Dashboard
May 8, 2026
HomeHub is a private, lightweight, and self-hosted web application designed to be your family's all-in-one dashboard. It transforms any computer, even a Raspberry Pi, into a central hub for managing daily household activities, offering features like shared notes, shopping lists, and expense tracking. With no login required and a focus on privacy, all your data remains on your local network, ensuring no cloud dependency or tracking.
Airo: Effortless Project Deployment from Local to Production VPS
May 3, 2026
Airo is a Go-based tool designed for simple and efficient deployment of projects from a local machine to a production VPS. It automates the process of building Docker images and deploying them via SSH or a registry, making it ideal for self-hosted side projects. This solution offers a straightforward alternative to complex CI/CD pipelines, focusing on speed and control.
Source repository
Open the original repository on GitHub.
12 counted GitHub visits