From e6f31060c7a3738bb7cf6f994376ecdcd68361fa Mon Sep 17 00:00:00 2001
From: OCram85
Swarmproxy is a simple http proxy to limit your outbound traffic.
@@ -24,7 +20,31 @@ -## 🤖 Quickstart +## 🦁 FAQ + +### What ist 🦁 Swarmproxy? + +Swarmproxy is a simply way to integrate a http proxy in your Docker swarm cluster or any other container network. +It acts as an centralized proxy to limit your outbound / egress traffic. You can also enable a whitelist filter to +limit the allowed domains. There is also an option to use a upstream proxy. + +### What does 🦁 Swarmproxy for you? + +Enterprise and production environments often face more stringent security requirements. +Therefore, unfiltered Internet access may be prohibited. + +So Swarmproxy could help you with these features: + +- Direct web access from Container workload prevented. +- Optional upstream proxy with or without authentication +- Optional domain based whitelist filter. + +### What does 🦁 Swarmproxy not? + +Swarmproxy is just a supercharged Tinyproxy where you can point your container workload to. + +> ☣️ Swarmproxy does not block the web access or other traffic if the proxy is not used. It's not a firewall, and it +> does not customize your iptables or so ### 1. ⚡ Get the image 📦 @@ -57,6 +77,7 @@ networks: services: swarmproxy: + # Do not use the `latest` tag in production! image: gitea.ocram85.com/OCram85/swarmproxy:latest deploy: replicas: 1 @@ -93,6 +114,7 @@ services: ``` +## 💣 Known Issues ## 😡 We're Using GitHub Under Protest