Skip to content

Commit

Permalink
Dockwatch: Add POST note
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Jun 7, 2024
1 parent 763be3a commit 17b0358
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/sandbox/apps/dockwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }|
Expand Down

0 comments on commit 17b0358

Please sign in to comment.