Compare commits

...

8 Commits

Author SHA1 Message Date
lsk569937453
24d9190565
Merge 2ca0f1c1f7b242d43078f9f51b96ccadef054ec6 into 74522a5926865b90d724e6c7f7091721f1107fff 2023-06-13 21:02:17 -04:00
Marshall Ku
74522a5926
Fix typography in awesome-sysadmin url (#3892) 2023-06-12 13:16:47 +00:00
lsk569937453
2ca0f1c1f7
Merge branch 'master' into patch-1 2023-05-18 17:34:19 +08:00
lsk569937453
03690f8377
Tiny change. 2023-05-06 08:19:22 +08:00
lsk569937453
cb35b6e378
Merge branch 'master' into patch-1 2023-05-06 08:04:50 +08:00
lsk569937453
b4958befc5
Merge branch 'master' into patch-1 2023-05-04 13:17:55 +08:00
lsk569937453
711e9b8655
Merge branch 'master' into patch-1 2023-04-20 08:02:00 +08:00
lsk569937453
3ca7d4ad46
Add the silverwind to proxy.
Add the silverwind to proxy.
2023-04-17 22:59:05 +08:00

View File

@ -1419,7 +1419,7 @@ _Related: [Inventory Management](#inventory-management), [Resource Planning - En
Software for [monitoring](https://en.wikipedia.org/wiki/Monitoring#Computing) systems, networks, applications and websites.
**Please visit [awesome-sysadmin/Monitoring](https://github.com/awesome-foss/awesome-sysadmin#monitoring), [awesome-sysadmin/Metric and Metric Collection](https://github.com/awesome-foss/awesome-sysadmin#metric--metric-collection)**
**Please visit [awesome-sysadmin/Monitoring](https://github.com/awesome-foss/awesome-sysadmin#monitoring), [awesome-sysadmin/Metrics and Metric Collection](https://github.com/awesome-foss/awesome-sysadmin#metrics--metric-collection)**
@ -1647,6 +1647,7 @@ _Related: [Web Servers](#web-servers)_
- [Pomerium](https://www.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`
- [Privoxy](https://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`
- [sish](https://github.com/antoniomika/sish) - Open source serveo/ngrok alternative providing HTTP(S)/WS(S)/TCP tunnels to localhost using only SSH. `MIT` `Go`
- [silverwind](https://github.com/lsk569937453/silverwind) - Open source lightweight and high performance reverse proxy/api gateway. Silverwind has supported AllowDenyList, Authentication, Ratelimiting and so on. ([Demo](https://github.com/lsk569937453/silverwind/wiki)) `Apache-2.0` `Rust`
- [socks5-proxy-server](https://github.com/nskondratev/socks5-proxy-server) - SOCKS5 proxy server with built-in authentication and Telegram-bot for user management and user statistics on data spent (handy when you pay per GB of data). It is dockerised and simple to install. `Apache-2.0` `Nodejs`
- [Squid](http://www.squid-cache.org/) - Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. ([Source Code](https://code.launchpad.net/squid)) `GPL-2.0` `C`
- [SWAG (Secure Web Application Gateway)](https://github.com/linuxserver/docker-swag) - Nginx webserver and reverse proxy with PHP support, built-in Certbot (Let's Encrypt) client and fail2ban integration. `GPL-3.0` `Docker`