aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2023-04-08 00:07:41 +0000
committernodiscc <nodiscc@gmail.com>2023-04-08 00:07:41 +0000
commit50b6dc8dc43bc1a85c9bbee9dc8dc86eb805f173 (patch)
tree5bb9b1e08a8b7848c74c8bc929a04361c3eaada0
parentfix alphabetical ordering (diff)
downloadawesome-selfhosted-50b6dc8dc43bc1a85c9bbee9dc8dc86eb805f173.tar.gz
awesome-selfhosted-50b6dc8dc43bc1a85c9bbee9dc8dc86eb805f173.zip
proxy: mark section as related to web servers
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index de17d588..e0be6324 100644
--- a/README.md
+++ b/README.md
@@ -1640,6 +1640,8 @@ _Related: [Booking and Scheduling](#booking-and-scheduling)_
A [proxy](https://en.wikipedia.org/wiki/Proxy_server) is a server application that acts as an intermediary between a client requesting a resource and the server providing that resource.
+_Related: [Web Servers](#web-servers)_
+
- [imgproxy](https://imgproxy.net/) - Fast and secure standalone server for resizing and converting remote images. It works great when you need to resize multiple images on the fly without preparing a ton of cached resized images or re-doing it every time the design changes. ([Source Code](https://github.com/imgproxy/imgproxy)) `MIT` `Go/Docker`
- [inlets](https://inlets.dev/) - Expose your local endpoints to the Internet - with a Kubernetes integration, Docker image and CLI available. `MIT` `Go/Docker`
- [iodine](https://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`