From 31f6a4fabb37a65315e5533d42750a9708cb5af9 Mon Sep 17 00:00:00 2001 From: alxhu <32041622+alxhu-dev@users.noreply.github.com> Date: Fri, 31 Oct 2025 07:35:32 +0100 Subject: [PATCH] Update Readme with info about escaping doller characters --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed0c42e..5df6d94 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,8 @@ webui: AUTH_USER_PASS: "username:$2y$10$DSTi9o..." ``` +**Attention:** If login fails, you may need to escape the dollar character (`$`). For example: `$2y$10$DSTi9o...` → `$$2y$$10$$DSTi9o` + ### Running Once your instance of Garage Web UI is started, you can open the web UI at http://your-ip:3909. You can place it behind a reverse proxy to secure it with SSL.