diff options
author | nodiscc <nodiscc@gmail.com> | 2023-04-08 00:07:53 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2023-04-08 00:07:53 +0000 |
commit | 63da4ceeec45784d9b6c7bdc6cbfce34abba08d0 (patch) | |
tree | 7dd92fb44a3117acddfb33339f37bdefc5114b69 | |
parent | proxy: mark section as related to web servers (diff) | |
download | awesome-selfhosted-63da4ceeec45784d9b6c7bdc6cbfce34abba08d0.tar.gz awesome-selfhosted-63da4ceeec45784d9b6c7bdc6cbfce34abba08d0.zip |
remove traefik (already listed at https://github.com/awesome-foss/awesome-sysadmin#web)
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1657,7 +1657,6 @@ _Related: [Web Servers](#web-servers)_ - [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` - [Tinyproxy](https://tinyproxy.github.io/) - Light-weight HTTP/HTTPS proxy daemon. ([Source Code](https://github.com/tinyproxy/tinyproxy)) `GPL-2.0` `C` -- [Traefik](https://traefik.io/) - Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm, Mesos/Marathon, …) to manage its configuration automatically and dynamically. ([Source Code](https://github.com/traefik/traefik)) `MIT` `Go` ### Recipe Management |