Pomerium alternatives and similar software solutions
Based on the "Proxy" category.
Alternatively, view Pomerium alternatives based on common mentions on social networks and blogs.
-
Nginx Proxy Manager
Docker container for managing Nginx proxy hosts with a simple, powerful interface -
imgproxy
Fast and secure standalone server for resizing and converting remote images -
Tinyproxy
tinyproxy - a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems -
bunkerized-nginx
🛡️ Make your web services secure by default ! -
miniProxy
Simple web proxy written in PHP that can allow you to bypass Internet content filters, or to browse the internet anonymously. Only one php file. -
PHP-Proxy
Proxy Application built on php-proxy library ready to be installed on your server -
Pound
The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). -
http2-serverpush-proxy
A simple standalone reverse proxy that automatically enables server-push for assets related to a HTTP response. -
Oranjeproxy
OranjeProxy est un script de proxy PHP anonymisant permettant d’outrepasser les restrictions imposées à votre réseaux (comme ceux des entreprises ou des écoles). -
SOCKS Proxy Server on Linode
Automated spin-up and teardown of cloud-based proxies, self-configuring client. -
Privoxy
A non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk.
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Pomerium or a related project?
README
Pomerium is an identity and context-aware reverse proxy that brokers secure access to apps and services at scale. Pomerium provides a standardized interface to add access control to applications regardless of whether the application itself has authorization or authentication baked-in.
Pomerium can be used in situations where you'd typically reach for a VPN, but, unlike a VPN, does not require a client and uses identity and context, not network locality to determine access.
Pomerium can be used to:
- provide a single-sign-on gateway to internal applications.
- enforce dynamic access policy based on context, identity, and device identity.
- aggregate access logs and telemetry data.
- a VPN alternative.
Docs
For comprehensive docs, and tutorials see our documentation.
Integration Tests
To run the integration tests locally, first build a local development image:
./scripts/build-dev-docker.bash
Next go to the integration/clusters
folder and pick a cluster, for example google-single
, then use docker-compose to start the cluster. We use an environment variable to specify the dev
docker image we built earlier:
cd integration/clusters/google-single
env POMERIUM_TAG=dev docker-compose up -V
Once that's up and running you can run the integration tests from another terminal:
go test -count=1 -v ./integration/...
If you need to make a change to the clusters themselves, there's a tpl
folder that contains jsonnet
files. Make a change and then rebuild the clusters by running:
go run ./integration/cmd/pomerium-integration-tests/ generate-configuration
*Note that all licence references and agreements mentioned in the Pomerium README section above
are relevant to that project's source code only.