aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuchen Ying <github.com@yegle.net>2019-05-06 15:33:21 +0000
committerYuchen Ying <github.com@yegle.net>2019-05-06 15:38:00 +0000
commite9257a0308b419fcc97bdbb5c6e2ff21fb15904e (patch)
tree0d7db3a102f7624273abc457f2856c7ad0e6ac15
parentMerge pull request #1664 from pbuyle/patch-1 (diff)
downloadawesome-selfhosted-e9257a0308b419fcc97bdbb5c6e2ff21fb15904e.tar.gz
awesome-selfhosted-e9257a0308b419fcc97bdbb5c6e2ff21fb15904e.zip
Add Pomerium.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed2e035f..fea42428 100644
--- a/README.md
+++ b/README.md
@@ -1128,6 +1128,7 @@ See also _[Monitoring](#monitoring)_
- [miniProxy](https://joshdick.github.io/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. ([Source Code](https://github.com/joshdick/miniProxy/)) `GPL-3.0` `PHP`
- [Oranjeproxy](http://lehollandaisvolant.net/tout/oranjeproxy/) - Anonymizing web proxy. ([Source Code](https://github.com/AmauryCarrade/OranjeProxy)) `GPL-2.0` `PHP`
- [PHP-Proxy](https://www.php-proxy.com/) - Web proxy script built specifically to be fast, easy to modify and to support video sites such as YouTube. ([Demo](https://unblockvideos.com/), [Source Code](https://github.com/Athlon1600/php-proxy-app)) `MIT` `PHP`
+- [Pomerium](https://pomerium.io) - An identity-aware reverse proxy, successor to now obsolete `oauth_proxy`. It inserts an OAuth step before proxying your requst to the backend, so that you can safely expose your self-hosted websites to public Internet. ([Source Code](https://github.com/pomerium/pomerium)) `Apache-2.0` `Go`
- [Pound](http://www.apsis.ch/pound/) - Light-weight reverse proxy and load balancer for HTTP/HTTPS. `GPL-2.0` `C`
- [Privoxy](http://www.privoxy.org) - 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. `GPL-2.0` `C`
- [Redbird](https://github.com/OptimalBits/redbird) - A modern reverse proxy for node that includes cluster, HTTP2, LetsEncrypt, and Docker support. `BSD-2-Clause` `Javascript`