From 17b035854d6d5478da843c17c8022472bf0bf52f Mon Sep 17 00:00:00 2001 From: owine Date: Fri, 7 Jun 2024 09:53:55 -0500 Subject: [PATCH] Dockwatch: Add POST note --- docs/sandbox/apps/dockwatch.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/sandbox/apps/dockwatch.md b/docs/sandbox/apps/dockwatch.md index 82c030aff..be6b3f1a2 100644 --- a/docs/sandbox/apps/dockwatch.md +++ b/docs/sandbox/apps/dockwatch.md @@ -19,6 +19,17 @@ !!! warning By default, the role is protected behind your Authelia/SSO middleware. + By default, Dockwatch is likely unable to take action on containers do the security posture of the Docker socket proxy. You can override this behavior to allow Dockwatch to take actions by adding `POST: "1"` to the socket proxy envs via the below inventory entry: + ```yml + dockwatch_docker_socket_proxy_envs: + CONTAINERS: "1" + IMAGES: "1" + NETWORKS: "1" + PORTS: "1" + POST: "1" + VOLUMES: "1" + ``` + | Details | | | |-------------|-------------|-------------| | [:material-home: Project home](https://github.com/Notifiarr/dockwatch){: .header-icons } | [:octicons-link-16: Docs](https://github.com/Notifiarr/dockwatch#environment-variables){: .header-icons } | [:octicons-mark-github-16: Github](https://github.com/Notifiarr/dockwatch){: .header-icons }|