OpenSource-Hub
DiscoverTrendingCode LibraryCategories
/Reverse Proxy

Reverse Proxy

8 open source tools found

C
System Optimization

caddy

A web server that makes HTTPS effortless and configuration simple.

Caddy is an extensible server platform that uses TLS by default. It is production-ready, handles automatic certificates, and supports modern HTTP protocols.

Delete the Caddy binary and its configuration/data directories.
72.4kChecksum
T
Developer Tools

traefik

Modern reverse proxy and load balancer with automatic service discovery.

Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy.

Binary: delete the traefik executable. Docker: docker stop && docker rm the container; optionally docker rmi traefik to remove the image.
63.1kChecksum

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
N
System Optimization

nginx-proxy-manager

A web GUI to manage Nginx reverse proxies and SSL certificates effortlessly.

A beautiful web-based GUI to manage Nginx reverse proxies, SSL certificates, and access control with zero Nginx knowledge required.

Stop containers with 'docker compose down'; remove data volumes manually or with 'docker volume prune'
32.7k
N
Developer Tools

nginx

High-performance web server and reverse proxy for high-concurrency workloads.

The world's most popular web server, high-performance load balancer, reverse proxy, API gateway, and content cache.

Run sudo apt remove nginx nginx-common; add --purge to remove config and logs.
30.2k
B
Developer Tools

bunkerweb

An open-source WAF based on NGINX that secures your web services out of the box.

An open-source next-generation Web Application Firewall (WAF) that makes your web services secure by default, based on NGINX.

For Docker: docker stop bunkerweb && docker rm bunkerweb and remove configuration directory. For Linux: uninstall the package or remove installation directory. For Kubernetes: delete the namespace/resources.
10.4k
P
System Optimization

pomerium

Zero-trust access to internal apps without VPN or client software.

Pomerium is an identity and context-aware reverse proxy providing secure, clientless access to internal web apps and services without a corporate VPN.

If using Docker, run `docker-compose down` and remove containers/volumes. For binary installation, stop the service and delete the installation directory and config files.
4.8kChecksum
S
Developer Tools

sish

Expose local services over SSH with zero config — no client needed, full control.

Open source SSH tunneling for HTTP(S), WS(S), TCP, aliases, and SNI. Self-host ngrok/serveo alternative using plain SSH.

For Docker: `docker stop sish && docker rm sish` then delete ~/sish directory. For binary: just remove the executable and config.
4.6kChecksum
D
System Optimization

docker-swag

One-click HTTPS reverse proxy with auto SSL renewal and fail2ban.

SWAG sets up an Nginx reverse proxy with automated SSL certificate management (Let's Encrypt/ZeroSSL) and fail2ban intrusion prevention.

Stop and remove the container: `docker stop swag && docker rm swag`, then delete the config directory.
3.7k
Browse All Categories