From 76eb53aedf1117583a9c63f326c4cee5801cf593 Mon Sep 17 00:00:00 2001 From: Gurulandia Date: Sun, 1 Mar 2026 11:53:35 +0200 Subject: [PATCH] Jemmaan --- config/docker/2024/compose/socket-proxy.env | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 config/docker/2024/compose/socket-proxy.env diff --git a/config/docker/2024/compose/socket-proxy.env b/config/docker/2024/compose/socket-proxy.env new file mode 100644 index 0000000..790e4a9 --- /dev/null +++ b/config/docker/2024/compose/socket-proxy.env @@ -0,0 +1,33 @@ + +#PORT=53000 +LOG_LEVEL=info # debug,info,notice,warning,err,crit,alert,emerg +## Variables match the URL prefix (i.e. AUTH blocks access to /auth/* parts of the API, etc.). +# 0 to revoke access. +# 1 to grant access. +## Granted by Default +EVENTS=1 +PING=1 +VERSION=1 +#Revoked by Default +# Security critical +AUTH='0' +SECRETS=0 +POST=1 # Watchtower +# Not always needed +BUILD=0 +COMMIT=0 +CONFIGS=0 +CONTAINERS=1 # Traefik, portainer, etc. +DISTRIBUTION=0 +EXEC=1 +IMAGES=1 # Portainer +INFO=1 # Portainer +NETWORKS=1 # Portainer +NODES=0 +PLUGINS=0 +SERVICES=1 # Portainer +SESSION=0 +SWARM=0 +SYSTEM=0 +TASKS=1 # Portaienr +VOLUMES=1 # Portainer