diff options
author | Marco <marco.home@gmx.de> | 2020-07-22 15:19:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-22 15:19:01 +0000 |
commit | e1ff506cdf0b039a53cddca5a78a347af06998d1 (patch) | |
tree | 91322bd17802b6a88fafc9418c119c5e8d4697ff | |
parent | Merge pull request #2168 from odinho/patch-1 (diff) | |
download | awesome-selfhosted-e1ff506cdf0b039a53cddca5a78a347af06998d1.tar.gz awesome-selfhosted-e1ff506cdf0b039a53cddca5a78a347af06998d1.zip |
Added Nginx Proxy Manager to Proxy
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1272,6 +1272,7 @@ See also _[Monitoring](#monitoring)_ - [iodine](http://code.kryo.se/iodine/) - IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener. ([Source Code](https://github.com/yarrick/iodine)) `ISC` `C` - [microproxy](https://github.com/thekvs/microproxy) - lightweight non-caching HTTP/HTTPS proxy server. `MIT` `Go` - [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` +- [Nginx Proxy Manager](https://nginxproxymanager.com/) - Nginx Proxy Manager is an easy way to accomplish reverse proxying hosts with SSL termination . ([Source Code](https://github.com/jc21/nginx-proxy-manager?utm_source=nginx-proxy-manager)) `MIT` `JavaScript` - [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 request 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` |