GoDoxy
Reverse proxy and container-aware traffic manager with Web UI
GoDoxy is a lightweight, performance-focused reverse proxy designed for self-hosters, with automatic routing based on container metadata and a built-in Web UI. It can manage HTTPS certificates, apply access controls, and proxy traffic to services across single or multiple nodes.
Key Features
- Reverse proxy for HTTP services plus TCP/UDP port forwarding
- Automatic route discovery from Docker/Podman containers via labels, with hot-reload on changes
- Web UI with app dashboard, configuration editor, uptime and system metrics, and container log viewing
- Automatic TLS certificate management with Let's Encrypt (including DNS-01 challenge support)
- Access control lists (ACL) with request/connection level rules (for example IP/CIDR)
- SSO options via OpenID Connect and ForwardAuth integration
- Optional idle-sleep behavior to stop and wake workloads based on traffic (including support for Docker containers and Proxmox LXCs)
Use Cases
- Publish and secure multiple self-hosted web apps behind a single gateway with automated HTTPS
- Centralize routing and basic access control for homelab services using container labels
- Reduce resource usage by auto-sleeping seldom-used services and waking them on demand
Limitations and Considerations
- Some ACL features rely on MaxMind configuration for geo/timezone-based rules
- Designed to run in host network mode, which may constrain certain deployment patterns
GoDoxy fits well in homelab and small-server environments where container-driven routing, a convenient UI, and automated TLS are priorities. It combines reverse proxying, basic orchestration-like automation, and authentication integration to simplify operating self-hosted services.
Categories:
Tags:
Tech Stack:
Similar Services

Caddy
Extensible web server and reverse proxy with automatic HTTPS
Caddy is a fast, extensible Go web server and reverse proxy with automatic HTTPS (ACME), HTTP/1.1, HTTP/2, and HTTP/3 support, and a JSON config API.

Traefik Proxy
Cloud-native reverse proxy, load balancer, and ingress controller
Traefik Proxy is a dynamic reverse proxy and load balancer that auto-discovers services from Docker, Kubernetes, and other providers, with HTTPS, routing, and observabili...

Kong Gateway
Cloud-native API and LLM gateway with extensible plugins
Kong Gateway is a high-performance, cloud-native API gateway for routing, securing, and observing API traffic, with an extensible plugin system and Kubernetes support.

Nginx Proxy Manager
Web UI to manage Nginx reverse proxy hosts and SSL certificates
Nginx Proxy Manager is a web-based admin panel for managing Nginx reverse proxy hosts, redirects, streams, and Let’s Encrypt SSL certificates via Docker.

NGINX
High-performance web server, reverse proxy, and load balancer
NGINX is a high-performance HTTP server and reverse proxy with caching, load balancing, TLS termination, and TCP/UDP proxying via a modular architecture.

Pangolin
Identity-aware VPN and reverse proxy for secure remote access
Open-source identity-based remote access platform combining WireGuard VPN and tunneled reverse proxy access with granular zero-trust controls.
Go
Docker
Bash