From 58146d1ac55d3753a980c0eb0a8eb8d22873bfa4 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Tue, 23 Sep 2025 10:00:34 -0700 Subject: [PATCH] chore: updates docs --- docs/guide/authentication.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/guide/authentication.md b/docs/guide/authentication.md index 81f0fade..4392b5f5 100644 --- a/docs/guide/authentication.md +++ b/docs/guide/authentication.md @@ -163,10 +163,11 @@ In this example, the `admin` user has no roles specified, so they have full acce Dozzle supports the following roles: -- **shell** - allows attach and exec in the container. -- **actions** - allows performing container actions (start, stop, restart). -- **download** - allows downloading container logs. -- **none** - denies all actions. +- **shell** - allows attach and exec in the container +- **actions** - allows performing container actions (start, stop, restart) +- **download** - allows downloading container logs +- **none** - denies all actions +- **all** - allows all actions (default) ## Generating users.yml